Uses of Enum Class
org.apache.cassandra.cql3.statements.schema.IndexTarget.Type
Packages that use IndexTarget.Type
Package
Description
-
Uses of IndexTarget.Type in org.apache.cassandra.cql3.statements.schema
Fields in org.apache.cassandra.cql3.statements.schema declared as IndexTarget.TypeMethods in org.apache.cassandra.cql3.statements.schema that return IndexTarget.TypeModifier and TypeMethodDescriptionstatic IndexTarget.TypeIndexTarget.Type.fromString(String s) static IndexTarget.TypeReturns the enum constant of this class with the specified name.static IndexTarget.Type[]IndexTarget.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.cql3.statements.schema with parameters of type IndexTarget.Type -
Uses of IndexTarget.Type in org.apache.cassandra.index
Methods in org.apache.cassandra.index that return types with arguments of type IndexTarget.TypeModifier and TypeMethodDescriptionstatic Pair<ColumnMetadata,IndexTarget.Type> TargetParser.parse(TableMetadata metadata, String target) static Pair<ColumnMetadata,IndexTarget.Type> TargetParser.parse(TableMetadata metadata, IndexMetadata indexDef) -
Uses of IndexTarget.Type in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils with parameters of type IndexTarget.TypeModifier and TypeMethodDescriptionstatic IndexTermTypeIndexTermType.create(ColumnMetadata columnMetadata, List<ColumnMetadata> partitionColumns, IndexTarget.Type indexTargetType)