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