Class IndexEntry
java.lang.Object
org.apache.cassandra.index.internal.IndexEntry
Entries in indexes on non-compact tables (tables with composite comparators)
can be encapsulated as IndexedEntry instances. These are not used when dealing
with indexes on static/compact tables (i.e. KEYS indexes).
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Clustering<?>final Clustering<?>final ByteBufferfinal DecoratedKeyfinal long -
Constructor Summary
ConstructorsConstructorDescriptionIndexEntry(DecoratedKey indexValue, Clustering<?> indexClustering, long timestamp, ByteBuffer indexedKey, Clustering<?> indexedEntryClustering) -
Method Summary
-
Field Details
-
indexValue
-
indexClustering
-
timestamp
public final long timestamp -
indexedKey
-
indexedEntryClustering
-
-
Constructor Details
-
IndexEntry
public IndexEntry(DecoratedKey indexValue, Clustering<?> indexClustering, long timestamp, ByteBuffer indexedKey, Clustering<?> indexedEntryClustering)
-