Modifier and Type | Method and Description |
---|---|
static SSTableWriter |
CompactionManager.createWriter(ColumnFamilyStore cfs,
java.io.File compactionFileLocation,
long expectedBloomFilterSize,
long repairedAt,
SSTableReader sstable) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CompactionTask.newSSTableSegmentThresholdReached(SSTableWriter writer) |
protected boolean |
LeveledCompactionTask.newSSTableSegmentThresholdReached(SSTableWriter writer) |
protected boolean |
SSTableSplitter.SplittingCompactionTask.newSSTableSegmentThresholdReached(SSTableWriter writer) |
Modifier and Type | Method and Description |
---|---|
SSTableWriter |
SSTableRewriter.currentWriter() |
protected SSTableWriter |
AbstractSSTableSimpleWriter.getWriter() |
Modifier and Type | Method and Description |
---|---|
void |
SSTableRewriter.switchWriter(SSTableWriter newWriter) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Collection<SSTableWriter> |
StreamReceiveTask.sstables |
Modifier and Type | Method and Description |
---|---|
protected SSTableWriter |
StreamReader.createWriter(ColumnFamilyStore cfs,
long totalSize,
long repairedAt) |
SSTableWriter |
StreamReader.read(java.nio.channels.ReadableByteChannel channel) |
Modifier and Type | Method and Description |
---|---|
void |
StreamReceiveTask.received(SSTableWriter sstable)
Process received file.
|
protected void |
StreamReader.writeRow(DecoratedKey key,
SSTableWriter writer,
java.io.DataInput in,
ColumnFamilyStore cfs) |
Modifier and Type | Method and Description |
---|---|
void |
StreamLockfile.create(java.util.Collection<SSTableWriter> sstables) |
Modifier and Type | Method and Description |
---|---|
SSTableWriter |
CompressedStreamReader.read(java.nio.channels.ReadableByteChannel channel) |
Modifier and Type | Field and Description |
---|---|
SSTableWriter |
IncomingFileMessage.sstable |
Constructor and Description |
---|
IncomingFileMessage(SSTableWriter sstable,
FileMessageHeader header) |
Copyright © 2020 The Apache Software Foundation