Package | Description |
---|---|
org.apache.cassandra.schema |
Modifier and Type | Field and Description |
---|---|
IndexMetadata.Kind |
IndexMetadata.kind |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static IndexMetadata |
IndexMetadata.fromIndexTargets(CFMetaData cfm,
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.fromLegacyMetadata(CFMetaData cfm,
ColumnDefinition column,
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) |
Copyright © 2018 The Apache Software Foundation