Uses of Interface
org.apache.cassandra.index.sai.postings.PostingList
Packages that use PostingList
Package
Description
-
Uses of PostingList in org.apache.cassandra.index.sai.disk.v1.bbtree
Methods in org.apache.cassandra.index.sai.disk.v1.bbtree that return PostingListModifier and TypeMethodDescriptionBlockBalancedTreeReader.intersect(BlockBalancedTreeReader.IntersectVisitor visitor, QueryEventListener.BalancedTreeEventListener listener, QueryContext context) -
Uses of PostingList in org.apache.cassandra.index.sai.disk.v1.postings
Classes in org.apache.cassandra.index.sai.disk.v1.postings that implement PostingListModifier and TypeClassDescriptionclassA wrapper that iterates over a delegatePostingList, filtering out postings at positions that are not present in a provided filter.classMerges multiplePostingListwhich individually contain unique items into a single list.classAdapter class forPackedLongValuesto expose it asPostingList.classReads, decompresses and decodes postings lists written byPostingsWriter.Methods in org.apache.cassandra.index.sai.disk.v1.postings that return PostingListModifier and TypeMethodDescriptionstatic PostingListMergePostingList.merge(List<PostingList> postings) static PostingListMergePostingList.merge(PriorityQueue<PeekablePostingList> postings) static PostingListMergePostingList.merge(PriorityQueue<PeekablePostingList> postings, Closeable onClose) Methods in org.apache.cassandra.index.sai.disk.v1.postings with parameters of type PostingListModifier and TypeMethodDescriptionlongPostingsWriter.write(PostingList postings) Encodes, compresses and flushes given posting list to disk.Method parameters in org.apache.cassandra.index.sai.disk.v1.postings with type arguments of type PostingListModifier and TypeMethodDescriptionstatic PostingListMergePostingList.merge(List<PostingList> postings) -
Uses of PostingList in org.apache.cassandra.index.sai.disk.v1.segment
Methods in org.apache.cassandra.index.sai.disk.v1.segment that return PostingListModifier and TypeMethodDescriptionLiteralIndexSegmentTermsReader.exactMatch(ByteComparable term, QueryEventListener.TrieIndexEventListener perQueryEventListener, QueryContext context) LiteralIndexSegmentTermsReader.TermQuery.execute() -
Uses of PostingList in org.apache.cassandra.index.sai.postings
Subinterfaces of PostingList in org.apache.cassandra.index.sai.postingsClasses in org.apache.cassandra.index.sai.postings that implement PostingListModifier and TypeClassDescriptionclassclassA peekable wrapper around aPostingListthat allows the next value to be looked at without advancing the state of thePostingListstatic classFields in org.apache.cassandra.index.sai.postings declared as PostingListMethods in org.apache.cassandra.index.sai.postings with parameters of type PostingListModifier and TypeMethodDescriptionstatic PeekablePostingListPeekablePostingList.makePeekable(PostingList postingList) -
Uses of PostingList in org.apache.cassandra.index.sai.utils
Fields in org.apache.cassandra.index.sai.utils declared as PostingListMethods in org.apache.cassandra.index.sai.utils with parameters of type PostingListModifier and TypeMethodDescriptionstatic IndexEntryIndexEntry.create(ByteComparable term, PostingList postingList)