Uses of Enum Class
org.apache.cassandra.schema.IndexMetadata.Kind
Packages that use IndexMetadata.Kind
-
Uses of IndexMetadata.Kind in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as IndexMetadata.KindMethods in org.apache.cassandra.schema that return IndexMetadata.KindModifier and TypeMethodDescriptionstatic IndexMetadata.KindReturns the enum constant of this class with the specified name.static IndexMetadata.Kind[]IndexMetadata.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.schema with parameters of type IndexMetadata.KindModifier and TypeMethodDescriptionstatic IndexMetadataIndexMetadata.fromIndexTargets(List<IndexTarget> targets, String name, IndexMetadata.Kind kind, Map<String, String> options) static IndexMetadataIndexMetadata.fromSchemaMetadata(String name, IndexMetadata.Kind kind, Map<String, String> options)