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