Uses of Class
org.apache.cassandra.index.sai.utils.IndexEntry
Packages that use IndexEntry
Package
Description
-
Uses of IndexEntry in org.apache.cassandra.index.sai.disk.v1.bbtree
Method parameters in org.apache.cassandra.index.sai.disk.v1.bbtree with type arguments of type IndexEntryModifier and TypeMethodDescriptionlongBlockBalancedTreeWriter.write(org.apache.lucene.store.IndexOutput treeOutput, Iterator<IndexEntry> iterator, org.apache.cassandra.index.sai.disk.v1.bbtree.BlockBalancedTreeWriter.Callback callback) Write the sorted values from anIterator.NumericIndexWriter.writeCompleteSegment(Iterator<IndexEntry> iterator) -
Uses of IndexEntry in org.apache.cassandra.index.sai.disk.v1.segment
Methods in org.apache.cassandra.index.sai.disk.v1.segment that return types with arguments of type IndexEntryMethod parameters in org.apache.cassandra.index.sai.disk.v1.segment with type arguments of type IndexEntryModifier and TypeMethodDescriptionSegmentWriter.writeCompleteSegment(Iterator<IndexEntry> indexEntryIterator) Appends a set of terms and associated postings to their respective overall SSTable component files. -
Uses of IndexEntry in org.apache.cassandra.index.sai.disk.v1.trie
Method parameters in org.apache.cassandra.index.sai.disk.v1.trie with type arguments of type IndexEntryModifier and TypeMethodDescriptionLiteralIndexWriter.writeCompleteSegment(Iterator<IndexEntry> iterator) -
Uses of IndexEntry in org.apache.cassandra.index.sai.memory
Methods in org.apache.cassandra.index.sai.memory that return IndexEntry -
Uses of IndexEntry in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils that return IndexEntryModifier and TypeMethodDescriptionstatic IndexEntryIndexEntry.create(ByteComparable term, PostingList postingList)