| 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  | ClusteringColumnIndexIndex on a CLUSTERING_COLUMN column definition. | 
| class  | CollectionEntryIndexIndex on the element and value of cells participating in a collection. | 
| class  | CollectionKeyIndexIndex on the collection element of the cell name of a collection. | 
| class  | CollectionKeyIndexBaseCommon superclass for indexes that capture collection keys, including
 indexes on such keys themselves. | 
| class  | CollectionValueIndexIndex the value of a collection cell. | 
| class  | PartitionKeyIndexIndex on a PARTITION_KEY column definition. | 
| class  | RegularColumnIndexIndex 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