Package | Description |
---|---|
org.apache.cassandra.index.internal | |
org.apache.cassandra.index.internal.composites | |
org.apache.cassandra.index.internal.keys |
Modifier and Type | Method and Description |
---|---|
abstract IndexEntry |
CassandraIndex.decodeEntry(DecoratedKey indexedValue,
Row indexEntry)
Used at search time to convert a row in the index table into a simple struct containing the values required
to retrieve the corresponding row from the base table.
|
Modifier and Type | Method and Description |
---|---|
IndexEntry |
ClusteringColumnIndex.decodeEntry(DecoratedKey indexedValue,
Row indexEntry) |
IndexEntry |
CollectionKeyIndexBase.decodeEntry(DecoratedKey indexedValue,
Row indexEntry) |
IndexEntry |
CollectionValueIndex.decodeEntry(DecoratedKey indexedValue,
Row indexEntry) |
IndexEntry |
PartitionKeyIndex.decodeEntry(DecoratedKey indexedValue,
Row indexEntry) |
IndexEntry |
RegularColumnIndex.decodeEntry(DecoratedKey indexedValue,
Row indexEntry) |
Modifier and Type | Method and Description |
---|---|
IndexEntry |
KeysIndex.decodeEntry(DecoratedKey indexedValue,
Row indexEntry) |
Copyright © 2017 The Apache Software Foundation