Uses of Class
org.apache.cassandra.index.sai.disk.io.IndexOutputWriter
Packages that use IndexOutputWriter
Package
Description
-
Uses of IndexOutputWriter in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format that return IndexOutputWriterModifier and TypeMethodDescriptionIndexDescriptor.openPerIndexOutput(IndexComponent indexComponent, IndexIdentifier indexIdentifier) IndexDescriptor.openPerIndexOutput(IndexComponent component, IndexIdentifier indexIdentifier, boolean append) IndexDescriptor.openPerSSTableOutput(IndexComponent component) IndexDescriptor.openPerSSTableOutput(IndexComponent component, boolean append) -
Uses of IndexOutputWriter in org.apache.cassandra.index.sai.disk.io
Methods in org.apache.cassandra.index.sai.disk.io that return IndexOutputWriterModifier and TypeMethodDescriptionIndexFileUtils.openOutput(File file) IndexFileUtils.openOutput(File file, boolean append) -
Uses of IndexOutputWriter in org.apache.cassandra.index.sai.disk.v1.bbtree
Methods in org.apache.cassandra.index.sai.disk.v1.bbtree with parameters of type IndexOutputWriterModifier and TypeMethodDescriptionlongBlockBalancedTreePostingsWriter.finish(IndexOutputWriter out, List<org.apache.lucene.util.packed.PackedLongValues> leafPostings, IndexIdentifier indexIdentifier) Writes merged posting lists for eligible internal nodes and leaf postings for each leaf in the tree. -
Uses of IndexOutputWriter in org.apache.cassandra.index.sai.disk.v1.postings
Constructors in org.apache.cassandra.index.sai.disk.v1.postings with parameters of type IndexOutputWriter