Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.index | |
org.apache.cassandra.db.index.composites | |
org.apache.cassandra.db.index.keys |
Modifier and Type | Field and Description |
---|---|
SecondaryIndexManager |
ColumnFamilyStore.indexManager |
Modifier and Type | Field and Description |
---|---|
protected SecondaryIndexManager |
SecondaryIndexSearcher.indexManager |
Constructor and Description |
---|
SecondaryIndexSearcher(SecondaryIndexManager indexManager,
java.util.Set<java.nio.ByteBuffer> columns) |
Constructor and Description |
---|
CompositesSearcher(SecondaryIndexManager indexManager,
java.util.Set<java.nio.ByteBuffer> columns,
int prefixSize) |
Constructor and Description |
---|
KeysSearcher(SecondaryIndexManager indexManager,
java.util.Set<java.nio.ByteBuffer> columns) |
Copyright © 2014 The Apache Software Foundation