Uses of Interface
org.apache.cassandra.index.sai.disk.PrimaryKeyMap
Packages that use PrimaryKeyMap
Package
Description
-
Uses of PrimaryKeyMap in org.apache.cassandra.index.sai.disk
Methods in org.apache.cassandra.index.sai.disk that return PrimaryKeyMapModifier and TypeMethodDescriptionPrimaryKeyMap.Factory.newPerSSTablePrimaryKeyMap()Creates a newPrimaryKeyMapinstance -
Uses of PrimaryKeyMap in org.apache.cassandra.index.sai.disk.v1
Classes in org.apache.cassandra.index.sai.disk.v1 that implement PrimaryKeyMapModifier and TypeClassDescriptionclassAPrimaryKeyMapfor skinny tables (those with no clustering columns).classAn extension of theSkinnyPrimaryKeyMapfor wide tables (those with clustering columns).Methods in org.apache.cassandra.index.sai.disk.v1 that return PrimaryKeyMapModifier and TypeMethodDescriptionSkinnyPrimaryKeyMap.Factory.newPerSSTablePrimaryKeyMap()WidePrimaryKeyMap.Factory.newPerSSTablePrimaryKeyMap() -
Uses of PrimaryKeyMap in org.apache.cassandra.index.sai.disk.v1.postings
Constructors in org.apache.cassandra.index.sai.disk.v1.postings with parameters of type PrimaryKeyMapModifierConstructorDescriptionPostingListRangeIterator(IndexIdentifier indexIdentifier, PrimaryKeyMap primaryKeyMap, IndexSegmentSearcherContext searcherContext) Create a direct PostingListRangeIterator where the underlying PostingList is materialised immediately so the posting list size can be used. -
Uses of PrimaryKeyMap in org.apache.cassandra.index.sai.disk.v1.vector
Methods in org.apache.cassandra.index.sai.disk.v1.vector with parameters of type PrimaryKeyMapModifier and TypeMethodDescriptionRowIdWithScore.toPrimaryKeyWithScore(ColumnMetadata columnMetadata, SSTableId sstableId, PrimaryKeyMap primaryKeyMap, long segmentRowIdOffset)