|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexHelper.IndexInfo | |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.marshal | |
org.apache.cassandra.io.sstable |
Uses of IndexHelper.IndexInfo in org.apache.cassandra.db |
---|
Fields in org.apache.cassandra.db with type parameters of type IndexHelper.IndexInfo | |
---|---|
java.util.List<IndexHelper.IndexInfo> |
ColumnIndexer.RowHeader.indexEntries
|
Constructor parameters in org.apache.cassandra.db with type arguments of type IndexHelper.IndexInfo | |
---|---|
ColumnIndexer.RowHeader(BloomFilter bf,
java.util.List<IndexHelper.IndexInfo> indexes)
|
Uses of IndexHelper.IndexInfo in org.apache.cassandra.db.marshal |
---|
Fields in org.apache.cassandra.db.marshal with type parameters of type IndexHelper.IndexInfo | |
---|---|
java.util.Comparator<IndexHelper.IndexInfo> |
AbstractType.indexComparator
|
java.util.Comparator<IndexHelper.IndexInfo> |
AbstractType.indexReverseComparator
|
Uses of IndexHelper.IndexInfo in org.apache.cassandra.io.sstable |
---|
Methods in org.apache.cassandra.io.sstable that return IndexHelper.IndexInfo | |
---|---|
static IndexHelper.IndexInfo |
IndexHelper.IndexInfo.deserialize(FileDataInput dis)
|
Methods in org.apache.cassandra.io.sstable that return types with arguments of type IndexHelper.IndexInfo | |
---|---|
static java.util.ArrayList<IndexHelper.IndexInfo> |
IndexHelper.deserializeIndex(FileDataInput in)
Deserialize the index into a structure and return it |
static java.util.Comparator<IndexHelper.IndexInfo> |
IndexHelper.getComparator(AbstractType nameComparator,
boolean reversed)
|
Method parameters in org.apache.cassandra.io.sstable with type arguments of type IndexHelper.IndexInfo | |
---|---|
static int |
IndexHelper.indexFor(java.nio.ByteBuffer name,
java.util.List<IndexHelper.IndexInfo> indexList,
AbstractType comparator,
boolean reversed)
The index of the IndexInfo in which a scan starting with @name should begin. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |