Uses of Interface
org.apache.cassandra.io.sstable.SSTableMultiWriter
-
-
Uses of SSTableMultiWriter in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return SSTableMultiWriter Modifier and Type Method Description SSTableMultiWriterColumnFamilyStore. createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, int sstableLevel, SerializationHeader header, LifecycleNewTracker lifecycleNewTracker)SSTableMultiWriterColumnFamilyStore. createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, MetadataCollector metadataCollector, SerializationHeader header, LifecycleNewTracker lifecycleNewTracker) -
Uses of SSTableMultiWriter in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction that return SSTableMultiWriter Modifier and Type Method Description SSTableMultiWriterAbstractCompactionStrategy. createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, MetadataCollector meta, SerializationHeader header, java.util.Collection<Index> indexes, LifecycleNewTracker lifecycleNewTracker)abstract SSTableMultiWriterAbstractStrategyHolder. createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, MetadataCollector collector, SerializationHeader header, java.util.Collection<Index> indexes, LifecycleNewTracker lifecycleNewTracker)SSTableMultiWriterCompactionStrategyHolder. createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, MetadataCollector collector, SerializationHeader header, java.util.Collection<Index> indexes, LifecycleNewTracker lifecycleNewTracker)SSTableMultiWriterCompactionStrategyManager. createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, MetadataCollector collector, SerializationHeader header, java.util.Collection<Index> indexes, LifecycleNewTracker lifecycleNewTracker)SSTableMultiWriterPendingRepairHolder. createSSTableMultiWriter(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, MetadataCollector collector, SerializationHeader header, java.util.Collection<Index> indexes, LifecycleNewTracker lifecycleNewTracker) -
Uses of SSTableMultiWriter in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable that return SSTableMultiWriter Modifier and Type Method Description SSTableMultiWriterFlushing.FlushRunnable. call()static SSTableMultiWriterFlushing. createFlushWriter(ColumnFamilyStore cfs, Memtable.FlushablePartitionSet<?> flushSet, LifecycleTransaction txn, Descriptor descriptor, long partitionCount)Constructors in org.apache.cassandra.db.memtable with parameters of type SSTableMultiWriter Constructor Description FlushRunnable(Memtable.FlushablePartitionSet<?> flushSet, SSTableMultiWriter writer, TableMetrics metrics, boolean logCompletion) -
Uses of SSTableMultiWriter in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming that return SSTableMultiWriter Modifier and Type Method Description protected SSTableMultiWriterCassandraStreamReader. createWriter(ColumnFamilyStore cfs, long totalSize, long repairedAt, TimeUUID pendingRepair, SSTableFormat.Type format)SSTableMultiWriterCassandraIncomingFile. getSSTable()SSTableMultiWriterCassandraCompressedStreamReader. read(DataInputPlus inputPlus)SSTableMultiWriterCassandraEntireSSTableStreamReader. read(DataInputPlus in)SSTableMultiWriterCassandraStreamReader. read(DataInputPlus inputPlus)SSTableMultiWriterIStreamReader. read(DataInputPlus inputPlus)Methods in org.apache.cassandra.db.streaming with parameters of type SSTableMultiWriter Modifier and Type Method Description protected CassandraStreamReader.StreamDeserializerCassandraStreamReader. getDeserializer(TableMetadata metadata, TrackedDataInputPlus in, Version inputVersion, StreamSession session, SSTableMultiWriter writer)protected voidCassandraStreamReader. writePartition(CassandraStreamReader.StreamDeserializer deserializer, SSTableMultiWriter writer)Constructors in org.apache.cassandra.db.streaming with parameters of type SSTableMultiWriter Constructor Description StreamDeserializer(TableMetadata metadata, DataInputPlus in, Version version, SerializationHeader header, StreamSession session, SSTableMultiWriter writer) -
Uses of SSTableMultiWriter in org.apache.cassandra.io.sstable
Classes in org.apache.cassandra.io.sstable that implement SSTableMultiWriter Modifier and Type Class Description classSimpleSSTableMultiWriterMethods in org.apache.cassandra.io.sstable that return SSTableMultiWriter Modifier and Type Method Description static SSTableMultiWriterSimpleSSTableMultiWriter. create(Descriptor descriptor, long keyCount, long repairedAt, TimeUUID pendingRepair, boolean isTransient, TableMetadataRef metadata, MetadataCollector metadataCollector, SerializationHeader header, java.util.Collection<Index> indexes, LifecycleNewTracker lifecycleNewTracker)SSTableMultiWriterSimpleSSTableMultiWriter. setOpenResult(boolean openResult)SSTableMultiWriterSSTableMultiWriter. setOpenResult(boolean openResult)Methods in org.apache.cassandra.io.sstable with parameters of type SSTableMultiWriter Modifier and Type Method Description static voidSSTableMultiWriter. abortOrDie(SSTableMultiWriter writer)Constructors in org.apache.cassandra.io.sstable with parameters of type SSTableMultiWriter Constructor Description SSTableTxnWriter(LifecycleTransaction txn, SSTableMultiWriter writer) -
Uses of SSTableMultiWriter in org.apache.cassandra.io.sstable.format
Classes in org.apache.cassandra.io.sstable.format that implement SSTableMultiWriter Modifier and Type Class Description classRangeAwareSSTableWriterMethods in org.apache.cassandra.io.sstable.format that return SSTableMultiWriter Modifier and Type Method Description SSTableMultiWriterRangeAwareSSTableWriter. setOpenResult(boolean openResult) -
Uses of SSTableMultiWriter in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement SSTableMultiWriter Modifier and Type Class Description classBigTableZeroCopyWriterMethods in org.apache.cassandra.io.sstable.format.big that return SSTableMultiWriter Modifier and Type Method Description SSTableMultiWriterBigTableZeroCopyWriter. setOpenResult(boolean openResult)
-