Package | Description |
---|---|
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.index |
Modifier and Type | Field and Description |
---|---|
IndexTarget.Type |
IndexTarget.type |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
IndexTarget(ColumnIdentifier column,
IndexTarget.Type type) |
Modifier and Type | Method and Description |
---|---|
static Pair<ColumnDefinition,IndexTarget.Type> |
TargetParser.parse(CFMetaData cfm,
IndexMetadata indexDef) |
static Pair<ColumnDefinition,IndexTarget.Type> |
TargetParser.parse(CFMetaData cfm,
java.lang.String target) |
Copyright © 2020 The Apache Software Foundation