Uses of Class
org.apache.cassandra.index.internal.IndexEntry
Packages that use IndexEntry
Package
Description
-
Uses of IndexEntry in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal that return IndexEntryModifier and TypeMethodDescriptionabstract IndexEntryCassandraIndex.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. -
Uses of IndexEntry in org.apache.cassandra.index.internal.composites
Methods in org.apache.cassandra.index.internal.composites that return IndexEntryModifier and TypeMethodDescriptionClusteringColumnIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry) CollectionKeyIndexBase.decodeEntry(DecoratedKey indexedValue, Row indexEntry) CollectionValueIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry) PartitionKeyIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry) RegularColumnIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry) -
Uses of IndexEntry in org.apache.cassandra.index.internal.keys
Methods in org.apache.cassandra.index.internal.keys that return IndexEntryModifier and TypeMethodDescriptionKeysIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry)