Package | Description |
---|---|
org.apache.cassandra.db.index.composites |
Modifier and Type | Class and Description |
---|---|
class |
CompositesIndexOnClusteringKey
Index on a CLUSTERING_COLUMN column definition.
|
class |
CompositesIndexOnCollectionKey
Index on the collection element of the cell name of a collection.
|
class |
CompositesIndexOnCollectionValue
Index the value of a collection cell.
|
class |
CompositesIndexOnPartitionKey
Index on a PARTITION_KEY column definition.
|
class |
CompositesIndexOnRegular
Index on a REGULAR column definition on a composite type.
|
Modifier and Type | Method and Description |
---|---|
static CompositesIndex |
CompositesIndex.create(ColumnDefinition cfDef) |
Copyright © 2014 The Apache Software Foundation