Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.composites | |
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 | Method and Description |
---|---|
java.util.Comparator<IndexHelper.IndexInfo> |
AbstractCType.indexComparator() |
java.util.Comparator<IndexHelper.IndexInfo> |
CType.indexComparator() |
java.util.Comparator<IndexHelper.IndexInfo> |
AbstractCType.indexReverseComparator() |
java.util.Comparator<IndexHelper.IndexInfo> |
CType.indexReverseComparator() |
ISerializer<IndexHelper.IndexInfo> |
AbstractCType.indexSerializer() |
ISerializer<IndexHelper.IndexInfo> |
CType.indexSerializer() |
Modifier and Type | Method and Description |
---|---|
IndexHelper.IndexInfo |
IndexHelper.IndexInfo.Serializer.deserialize(java.io.DataInput in) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IndexHelper.IndexInfo> |
IndexHelper.deserializeIndex(FileDataInput in,
CType type)
Deserialize the index into a structure and return it
|
static java.util.Comparator<IndexHelper.IndexInfo> |
IndexHelper.getComparator(CType nameComparator,
boolean reversed) |
Modifier and Type | Method and Description |
---|---|
void |
IndexHelper.IndexInfo.Serializer.serialize(IndexHelper.IndexInfo info,
DataOutputPlus out) |
long |
IndexHelper.IndexInfo.Serializer.serializedSize(IndexHelper.IndexInfo info,
TypeSizes typeSizes) |
Modifier and Type | Method and Description |
---|---|
static int |
IndexHelper.indexFor(Composite name,
java.util.List<IndexHelper.IndexInfo> indexList,
CType 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