Package | Description |
---|---|
org.apache.cassandra.index.internal | |
org.apache.cassandra.index.internal.composites | |
org.apache.cassandra.index.internal.keys |
Modifier and Type | Field and Description |
---|---|
protected CassandraIndex |
CassandraIndexSearcher.index |
Modifier and Type | Method and Description |
---|---|
static CassandraIndex |
CassandraIndex.newIndex(ColumnFamilyStore baseCfs,
IndexMetadata indexMetadata)
Factory method for new CassandraIndex instances
|
CassandraIndex |
CassandraIndexFunctions.newIndexInstance(ColumnFamilyStore baseCfs,
IndexMetadata indexMetadata) |
Constructor and Description |
---|
CassandraIndexSearcher(ReadCommand command,
RowFilter.Expression expression,
CassandraIndex index) |
Modifier and Type | Class and Description |
---|---|
class |
ClusteringColumnIndex
Index on a CLUSTERING_COLUMN column definition.
|
class |
CollectionEntryIndex
Index on the element and value of cells participating in a collection.
|
class |
CollectionKeyIndex
Index on the collection element of the cell name of a collection.
|
class |
CollectionKeyIndexBase
Common superclass for indexes that capture collection keys, including
indexes on such keys themselves.
|
class |
CollectionValueIndex
Index the value of a collection cell.
|
class |
PartitionKeyIndex
Index on a PARTITION_KEY column definition.
|
class |
RegularColumnIndex
Index on a REGULAR column definition on a composite type.
|
Constructor and Description |
---|
CompositesSearcher(ReadCommand command,
RowFilter.Expression expression,
CassandraIndex index) |
Modifier and Type | Class and Description |
---|---|
class |
KeysIndex |
Constructor and Description |
---|
KeysSearcher(ReadCommand command,
RowFilter.Expression expression,
CassandraIndex indexer) |
Copyright © 2018 The Apache Software Foundation