Package | Description |
---|---|
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.io.util |
Modifier and Type | Field and Description |
---|---|
protected SegmentedFile |
SSTableReader.dfile |
protected SegmentedFile |
SSTableReader.ifile |
Modifier and Type | Method and Description |
---|---|
static SSTableReader |
SSTableReader.internalOpen(Descriptor desc,
java.util.Set<Component> components,
CFMetaData metadata,
SegmentedFile ifile,
SegmentedFile dfile,
IndexSummary isummary,
IFilter bf,
long maxDataAge,
StatsMetadata sstableMetadata,
SSTableReader.OpenReason openReason,
SerializationHeader header)
Open a RowIndexedReader which already has its state initialized (by SSTableWriter).
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedSegmentedFile |
class |
CompressedSegmentedFile |
class |
MmappedSegmentedFile |
Modifier and Type | Method and Description |
---|---|
SegmentedFile |
SegmentedFile.Builder.buildData(Descriptor desc,
StatsMetadata stats) |
SegmentedFile |
SegmentedFile.Builder.buildData(Descriptor desc,
StatsMetadata stats,
IndexSummaryBuilder.ReadableBoundary boundary) |
SegmentedFile |
SegmentedFile.Builder.buildIndex(Descriptor desc,
IndexSummary indexSummary) |
SegmentedFile |
SegmentedFile.Builder.buildIndex(Descriptor desc,
IndexSummary indexSummary,
IndexSummaryBuilder.ReadableBoundary boundary) |
SegmentedFile |
BufferedSegmentedFile.Builder.complete(ChannelProxy channel,
int bufferSize,
long overrideLength) |
SegmentedFile |
CompressedSegmentedFile.Builder.complete(ChannelProxy channel,
int bufferSize,
long overrideLength) |
protected abstract SegmentedFile |
SegmentedFile.Builder.complete(ChannelProxy channel,
int bufferSize,
long overrideLength)
Called after all potential boundaries have been added to apply this Builder to a concrete file on disk.
|
abstract SegmentedFile |
SegmentedFile.sharedCopy() |
Constructor and Description |
---|
SegmentedFile(SegmentedFile copy) |
Copyright © 2017 The Apache Software Foundation