Package | Description |
---|---|
org.apache.cassandra.db.index | |
org.apache.cassandra.db.index.composites | |
org.apache.cassandra.db.index.keys |
Modifier and Type | Method and Description |
---|---|
protected abstract SecondaryIndexSearcher |
SecondaryIndex.createSecondaryIndexSearcher(java.util.Set<java.nio.ByteBuffer> columns)
Called at query time
Creates a implementation specific searcher instance for this index type
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SecondaryIndexSearcher> |
SecondaryIndexManager.getIndexSearchersForQuery(java.util.List<IndexExpression> clause)
Get a list of IndexSearchers from the union of expression index types
|
Modifier and Type | Class and Description |
---|---|
class |
CompositesSearcher |
Modifier and Type | Method and Description |
---|---|
SecondaryIndexSearcher |
CompositesIndex.createSecondaryIndexSearcher(java.util.Set<java.nio.ByteBuffer> columns) |
Modifier and Type | Class and Description |
---|---|
class |
KeysSearcher |
Modifier and Type | Method and Description |
---|---|
SecondaryIndexSearcher |
KeysIndex.createSecondaryIndexSearcher(java.util.Set<java.nio.ByteBuffer> columns) |
Copyright © 2014 The Apache Software Foundation