Uses of Class
org.apache.cassandra.io.util.SequentialWriter
Packages that use SequentialWriter
Package
Description
-
Uses of SequentialWriter in org.apache.cassandra.index.sai.disk.io
Methods in org.apache.cassandra.index.sai.disk.io that return SequentialWriterModifier and TypeMethodDescriptionIndexOutputWriter.asSequentialWriter()ReturnsSequentialWriterassociated with this writer.Constructors in org.apache.cassandra.index.sai.disk.io with parameters of type SequentialWriter -
Uses of SequentialWriter in org.apache.cassandra.index.sai.disk.v1.vector
Methods in org.apache.cassandra.index.sai.disk.v1.vector with parameters of type SequentialWriterModifier and TypeMethodDescriptionlongCompactionVectorValues.write(SequentialWriter writer) voidVectorPostingsWriter.writeNodeOrdinalToRowIdMapping(SequentialWriter writer, RamAwareVectorValues vectorValues, Map<float[], VectorPostings<T>> postingsMap) longVectorPostingsWriter.writePostings(SequentialWriter writer, RamAwareVectorValues vectorValues, Map<float[], VectorPostings<T>> postingsMap, Set<Integer> deletedOrdinals) voidVectorPostingsWriter.writeRowIdToNodeOrdinalMapping(SequentialWriter writer, RamAwareVectorValues vectorValues, Map<float[], VectorPostings<T>> postingsMap) -
Uses of SequentialWriter in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk with parameters of type SequentialWriterModifier and TypeMethodDescriptionprotected static voidOnDiskIndexBuilder.alignToBlock(SequentialWriter out) -
Uses of SequentialWriter in org.apache.cassandra.io.compress
Subclasses of SequentialWriter in org.apache.cassandra.io.compress -
Uses of SequentialWriter in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as SequentialWriterMethods in org.apache.cassandra.io.sstable.format that return SequentialWriterModifier and TypeMethodDescriptionstatic SequentialWriterDataComponent.buildWriter(Descriptor descriptor, TableMetadata metadata, SequentialWriterOption options, MetadataCollector metadataCollector, OperationType operationType, Config.FlushCompression flushCompression) protected abstract SequentialWriterSortedTableWriter.Builder.openDataWriter()Methods in org.apache.cassandra.io.sstable.format with parameters of type SequentialWriterModifier and TypeMethodDescriptionprotected abstract ISortedTableWriter.Builder.openIndexWriter(SequentialWriter dataWriter) protected abstract PSortedTableWriter.Builder.openPartitionWriter(SequentialWriter dataWriter, I indexWriter) Constructors in org.apache.cassandra.io.sstable.format with parameters of type SequentialWriterModifierConstructorDescriptionprotectedSortedTablePartitionWriter(SerializationHeader header, SequentialWriter writer, Version version) -
Uses of SequentialWriter in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big that return SequentialWriterModifier and TypeMethodDescriptionprotected SequentialWriterBigTableWriter.Builder.openDataWriter()Methods in org.apache.cassandra.io.sstable.format.big with parameters of type SequentialWriterModifier and TypeMethodDescriptionprotected BigTableWriter.IndexWriterBigTableWriter.Builder.openIndexWriter(SequentialWriter dataWriter) protected BigFormatPartitionWriterBigTableWriter.Builder.openPartitionWriter(SequentialWriter dataWriter, BigTableWriter.IndexWriter indexWriter) Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type SequentialWriterModifierConstructorDescriptionprotectedIndexWriter(BigTableWriter.Builder b, SequentialWriter dataWriter) -
Uses of SequentialWriter in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti that return SequentialWriterModifier and TypeMethodDescriptionprotected SequentialWriterBtiTableWriter.Builder.openDataWriter()Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type SequentialWriterModifier and TypeMethodDescriptionprotected BtiTableWriter.IndexWriterBtiTableWriter.Builder.openIndexWriter(SequentialWriter dataWriter) protected org.apache.cassandra.io.sstable.format.bti.BtiFormatPartitionWriterBtiTableWriter.Builder.openPartitionWriter(SequentialWriter dataWriter, BtiTableWriter.IndexWriter indexWriter) -
Uses of SequentialWriter in org.apache.cassandra.io.util
Subclasses of SequentialWriter in org.apache.cassandra.io.util