Uses of Class
org.apache.cassandra.io.util.SequentialWriter
-
-
Uses of SequentialWriter in org.apache.cassandra.index.sai.disk.io
Methods in org.apache.cassandra.index.sai.disk.io that return SequentialWriter Modifier and Type Method Description SequentialWriter
IndexOutputWriter. asSequentialWriter()
ReturnsSequentialWriter
associated with this writer.Constructors in org.apache.cassandra.index.sai.disk.io with parameters of type SequentialWriter Constructor Description IndexOutputWriter(SequentialWriter out)
-
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 SequentialWriter Modifier and Type Method Description long
CompactionVectorValues. write(SequentialWriter writer)
void
VectorPostingsWriter. writeNodeOrdinalToRowIdMapping(SequentialWriter writer, RamAwareVectorValues vectorValues, java.util.Map<float[],VectorPostings<T>> postingsMap)
long
VectorPostingsWriter. writePostings(SequentialWriter writer, RamAwareVectorValues vectorValues, java.util.Map<float[],VectorPostings<T>> postingsMap, java.util.Set<java.lang.Integer> deletedOrdinals)
void
VectorPostingsWriter. writeRowIdToNodeOrdinalMapping(SequentialWriter writer, RamAwareVectorValues vectorValues, java.util.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 SequentialWriter Modifier and Type Method Description protected static void
OnDiskIndexBuilder. alignToBlock(SequentialWriter out)
-
Uses of SequentialWriter in org.apache.cassandra.io.compress
Subclasses of SequentialWriter in org.apache.cassandra.io.compress Modifier and Type Class Description class
CompressedSequentialWriter
-
Uses of SequentialWriter in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as SequentialWriter Modifier and Type Field Description protected SequentialWriter
SortedTableWriter. dataWriter
Methods in org.apache.cassandra.io.sstable.format that return SequentialWriter Modifier and Type Method Description static SequentialWriter
DataComponent. buildWriter(Descriptor descriptor, TableMetadata metadata, SequentialWriterOption options, MetadataCollector metadataCollector, OperationType operationType, Config.FlushCompression flushCompression)
protected abstract SequentialWriter
SortedTableWriter.Builder. openDataWriter()
Methods in org.apache.cassandra.io.sstable.format with parameters of type SequentialWriter Modifier and Type Method Description protected abstract I
SortedTableWriter.Builder. openIndexWriter(SequentialWriter dataWriter)
protected abstract P
SortedTableWriter.Builder. openPartitionWriter(SequentialWriter dataWriter, I indexWriter)
Constructors in org.apache.cassandra.io.sstable.format with parameters of type SequentialWriter Constructor Description SortedTablePartitionWriter(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 SequentialWriter Modifier and Type Method Description protected SequentialWriter
BigTableWriter.Builder. openDataWriter()
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type SequentialWriter Modifier and Type Method Description protected BigTableWriter.IndexWriter
BigTableWriter.Builder. openIndexWriter(SequentialWriter dataWriter)
protected BigFormatPartitionWriter
BigTableWriter.Builder. openPartitionWriter(SequentialWriter dataWriter, BigTableWriter.IndexWriter indexWriter)
Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type SequentialWriter Constructor Description IndexWriter(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 SequentialWriter Modifier and Type Method Description protected SequentialWriter
BtiTableWriter.Builder. openDataWriter()
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type SequentialWriter Modifier and Type Method Description protected BtiTableWriter.IndexWriter
BtiTableWriter.Builder. openIndexWriter(SequentialWriter dataWriter)
protected org.apache.cassandra.io.sstable.format.bti.BtiFormatPartitionWriter
BtiTableWriter.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 Modifier and Type Class Description class
ChecksummedSequentialWriter
-