Uses of Class
org.apache.cassandra.cql3.statements.schema.IndexTarget.Type
-
Packages that use IndexTarget.Type Package Description org.apache.cassandra.cql3.statements.schema org.apache.cassandra.index -
-
Uses of IndexTarget.Type in org.apache.cassandra.cql3.statements.schema
Fields in org.apache.cassandra.cql3.statements.schema declared as IndexTarget.Type Modifier and Type Field Description IndexTarget.Type
IndexTarget. type
Methods in org.apache.cassandra.cql3.statements.schema that return IndexTarget.Type Modifier and Type Method Description static IndexTarget.Type
IndexTarget.Type. fromString(java.lang.String s)
static IndexTarget.Type
IndexTarget.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IndexTarget.Type[]
IndexTarget.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.cql3.statements.schema with parameters of type IndexTarget.Type Constructor Description IndexTarget(ColumnIdentifier column, IndexTarget.Type type)
-
Uses of IndexTarget.Type in org.apache.cassandra.index
Methods in org.apache.cassandra.index that return types with arguments of type IndexTarget.Type Modifier and Type Method Description static Pair<ColumnMetadata,IndexTarget.Type>
TargetParser. parse(TableMetadata metadata, java.lang.String target)
static Pair<ColumnMetadata,IndexTarget.Type>
TargetParser. parse(TableMetadata metadata, IndexMetadata indexDef)
-