Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.schema |
Modifier and Type | Method and Description |
---|---|
Indexes |
CFMetaData.getIndexes() |
Modifier and Type | Method and Description |
---|---|
CFMetaData |
CFMetaData.indexes(Indexes indexes) |
Modifier and Type | Method and Description |
---|---|
Indexes |
Indexes.Builder.build() |
static Indexes |
Indexes.none() |
Indexes |
Indexes.replace(IndexMetadata index)
Creates a SecondaryIndexes instance which contains an updated index definition
|
Indexes |
Indexes.with(IndexMetadata index)
Create a SecondaryIndexes instance with the provided index added
|
Indexes |
Indexes.without(java.lang.String name)
Creates a SecondaryIndexes instance with the index with the provided name removed
|
Copyright © 2020 The Apache Software Foundation