Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.io.sstable |
Modifier and Type | Field and Description |
---|---|
java.util.List<IndexHelper.IndexInfo> |
ColumnIndex.columnsIndex |
Modifier and Type | Method and Description |
---|---|
static RowIndexEntry<IndexHelper.IndexInfo> |
RowIndexEntry.create(long position,
DeletionTime deletionTime,
ColumnIndex index) |
RowIndexEntry<IndexHelper.IndexInfo> |
RowIndexEntry.Serializer.deserialize(DataInputPlus in) |
java.util.Comparator<IndexHelper.IndexInfo> |
ClusteringComparator.indexComparator(boolean reversed) |
Modifier and Type | Method and Description |
---|---|
void |
RowIndexEntry.Serializer.serialize(RowIndexEntry<IndexHelper.IndexInfo> rie,
DataOutputPlus out) |
int |
RowIndexEntry.Serializer.serializedSize(RowIndexEntry<IndexHelper.IndexInfo> rie) |
Modifier and Type | Method and Description |
---|---|
IndexHelper.IndexInfo |
IndexHelper.IndexInfo.Serializer.deserialize(DataInputPlus in) |
Modifier and Type | Method and Description |
---|---|
void |
IndexHelper.IndexInfo.Serializer.serialize(IndexHelper.IndexInfo info,
DataOutputPlus out) |
long |
IndexHelper.IndexInfo.Serializer.serializedSize(IndexHelper.IndexInfo info) |
Modifier and Type | Method and Description |
---|---|
static int |
IndexHelper.indexFor(ClusteringPrefix name,
java.util.List<IndexHelper.IndexInfo> indexList,
ClusteringComparator comparator,
boolean reversed,
int lastIndex)
The index of the IndexInfo in which a scan starting with @name should begin.
|
Copyright © 2019 The Apache Software Foundation