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(FileHandle dfile,
long position) |
Modifier and Type | Method and Description |
---|---|
RowIndexEntry.IndexInfoRetriever |
RowIndexEntry.openWithIndex(FileHandle indexFile) |
Modifier and Type | Field and Description |
---|---|
protected FileHandle |
AbstractSSTableIterator.ifile |
Constructor and Description |
---|
AbstractSSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columnFilter,
boolean isForThrift,
FileHandle ifile) |
IndexState(AbstractSSTableIterator.Reader reader,
ClusteringComparator comparator,
RowIndexEntry indexEntry,
boolean reversed,
FileHandle indexFile) |
SSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
boolean isForThrift,
FileHandle ifile) |
SSTableReversedIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
boolean isForThrift,
FileHandle ifile) |
Modifier and Type | Field and Description |
---|---|
protected FileHandle |
SSTableReader.dfile |
protected FileHandle |
SSTableReader.ifile |
Modifier and Type | Method and Description |
---|---|
FileHandle |
SSTableReader.getIndexFile() |
Modifier and Type | Method and Description |
---|---|
static SSTableReader |
SSTableReader.internalOpen(Descriptor desc,
java.util.Set<Component> components,
CFMetaData metadata,
FileHandle ifile,
FileHandle 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 | Method and Description |
---|---|
FileHandle |
FileHandle.Builder.complete()
Complete building
FileHandle without overriding file length. |
FileHandle |
FileHandle.Builder.complete(long overrideLength)
Complete building
FileHandle with the given length, which overrides the file length. |
FileHandle |
FileHandle.sharedCopy() |
Copyright © 2009-2022 The Apache Software Foundation