Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.db | |
org.apache.cassandra.db.columniterator | |
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.io.util |
Modifier and Type | Method and Description |
---|---|
void |
ChunkCache.invalidatePosition(SegmentedFile dfile,
long position) |
Modifier and Type | Method and Description |
---|---|
RowIndexEntry.IndexInfoRetriever |
RowIndexEntry.openWithIndex(SegmentedFile indexFile) |
Modifier and Type | Field and Description |
---|---|
protected SegmentedFile |
AbstractSSTableIterator.ifile |
Constructor and Description |
---|
AbstractSSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columnFilter,
boolean isForThrift,
SegmentedFile ifile) |
IndexState(AbstractSSTableIterator.Reader reader,
ClusteringComparator comparator,
RowIndexEntry indexEntry,
boolean reversed,
SegmentedFile indexFile) |
SSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
boolean isForThrift,
SegmentedFile ifile) |
SSTableReversedIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
boolean isForThrift,
SegmentedFile ifile) |
Modifier and Type | Field and Description |
---|---|
protected SegmentedFile |
SSTableReader.dfile |
protected SegmentedFile |
SSTableReader.ifile |
Modifier and Type | Method and Description |
---|---|
SegmentedFile |
SSTableReader.getIndexFile() |
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() |
Modifier and Type | Method and Description |
---|---|
static RandomAccessReader |
RandomAccessReader.build(SegmentedFile file,
com.google.common.util.concurrent.RateLimiter limiter) |
Constructor and Description |
---|
SegmentedFile(SegmentedFile copy) |
Copyright © 2016 The Apache Software Foundation