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