Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.marshal | |
org.apache.cassandra.io.sstable |
Modifier and Type | Field and Description |
---|---|
java.util.List<IndexHelper.IndexInfo> |
ColumnIndex.columnsIndex |
Modifier and Type | Method and Description |
---|---|
java.util.List<IndexHelper.IndexInfo> |
RowIndexEntry.columnsIndex() |
Modifier and Type | Field and Description |
---|---|
java.util.Comparator<IndexHelper.IndexInfo> |
AbstractType.indexComparator |
java.util.Comparator<IndexHelper.IndexInfo> |
AbstractType.indexReverseComparator |
Modifier and Type | Method and Description |
---|---|
static IndexHelper.IndexInfo |
IndexHelper.IndexInfo.deserialize(java.io.DataInput dis) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<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) |
Modifier and Type | Method and Description |
---|---|
static int |
IndexHelper.indexFor(java.nio.ByteBuffer name,
java.util.List<IndexHelper.IndexInfo> indexList,
AbstractType<?> comparator,
boolean reversed,
int lastIndex)
The index of the IndexInfo in which a scan starting with @name should begin.
|
Copyright © 2014 The Apache Software Foundation