Modifier and Type | Method and Description |
---|---|
default RowIndexEntry<T> |
RowIndexEntry.IndexSerializer.deserialize(RandomAccessReader reader) |
Constructor and Description |
---|
CommitLogSegmentReader(CommitLogReadHandler handler,
CommitLogDescriptor descriptor,
RandomAccessReader reader,
boolean tolerateTruncation) |
Constructor and Description |
---|
MappedBuffer(RandomAccessReader file) |
Modifier and Type | Method and Description |
---|---|
static SSTableIdentityIterator |
SSTableIdentityIterator.create(SSTableReader sstable,
RandomAccessReader file,
DecoratedKey key) |
static long |
SSTable.estimateRowsFromIndex(RandomAccessReader ifile,
Descriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
RandomAccessReader |
SSTableReader.openDataReader() |
RandomAccessReader |
SSTableReader.openDataReader(com.google.common.util.concurrent.RateLimiter limiter) |
RandomAccessReader |
SSTableReader.openIndexReader() |
Modifier and Type | Field and Description |
---|---|
protected RandomAccessReader |
BigTableScanner.dfile |
protected RandomAccessReader |
BigTableScanner.ifile |
Modifier and Type | Method and Description |
---|---|
RandomAccessReader |
FileHandle.createReader()
Create
RandomAccessReader with configured method of reading content of the file. |
RandomAccessReader |
FileHandle.createReader(com.google.common.util.concurrent.RateLimiter limiter)
Create
RandomAccessReader with configured method of reading content of the file. |
static RandomAccessReader |
RandomAccessReader.open(java.io.File file)
Open a RandomAccessReader (not compressed, not mmapped, no read throttling) that will own its channel.
|
static RandomAccessReader |
ChecksummedRandomAccessReader.open(java.io.File file,
java.io.File crcFile) |
Constructor and Description |
---|
ChecksumValidator(ChecksumType checksumType,
RandomAccessReader reader,
int chunkSize) |
ChecksumValidator(ChecksumType checksumType,
RandomAccessReader reader,
java.lang.String dataFilename) |
Copyright © 2009- The Apache Software Foundation