Uses of Class
org.apache.cassandra.locator.TokenMetadataEvent.TokenMetadataEventType
-
Packages that use TokenMetadataEvent.TokenMetadataEventType Package Description org.apache.cassandra.locator -
-
Uses of TokenMetadataEvent.TokenMetadataEventType in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator that return TokenMetadataEvent.TokenMetadataEventType Modifier and Type Method Description TokenMetadataEvent.TokenMetadataEventTypeTokenMetadataEvent. getType()static TokenMetadataEvent.TokenMetadataEventTypeTokenMetadataEvent.TokenMetadataEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TokenMetadataEvent.TokenMetadataEventType[]TokenMetadataEvent.TokenMetadataEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-