Uses of Class
org.apache.cassandra.index.sai.postings.PeekablePostingList
Packages that use PeekablePostingList
Package
Description
-
Uses of PeekablePostingList in org.apache.cassandra.index.sai.disk.v1.postings
Method parameters in org.apache.cassandra.index.sai.disk.v1.postings with type arguments of type PeekablePostingListModifier and TypeMethodDescriptionstatic PostingListMergePostingList.merge(PriorityQueue<PeekablePostingList> postings) static PostingListMergePostingList.merge(PriorityQueue<PeekablePostingList> postings, Closeable onClose) -
Uses of PeekablePostingList in org.apache.cassandra.index.sai.disk.v1.segment
Fields in org.apache.cassandra.index.sai.disk.v1.segment declared as PeekablePostingListModifier and TypeFieldDescriptionfinal PeekablePostingListIndexSegmentSearcherContext.postingListConstructors in org.apache.cassandra.index.sai.disk.v1.segment with parameters of type PeekablePostingListModifierConstructorDescriptionIndexSegmentSearcherContext(PrimaryKey minimumKey, PrimaryKey maximumKey, long segmentRowIdOffset, QueryContext context, PeekablePostingList postingList) -
Uses of PeekablePostingList in org.apache.cassandra.index.sai.postings
Methods in org.apache.cassandra.index.sai.postings that return PeekablePostingListModifier and TypeMethodDescriptionstatic PeekablePostingListPeekablePostingList.makePeekable(PostingList postingList)