Modifier and Type | Class and Description |
---|---|
class |
CompressedRandomAccessReader
CRAR extends RAR to transparently uncompress blocks from the file into RAR.buffer.
|
class |
CompressedThrottledReader |
Modifier and Type | Method and Description |
---|---|
static SSTableIdentityIterator |
SSTableIdentityIterator.createFragmentIterator(SSTableReader sstable,
RandomAccessReader file,
DecoratedKey key,
long dataSize,
boolean checkData)
Used only by scrubber to solve problems with data written after the END_OF_ROW marker.
|
protected long |
SSTable.estimateRowsFromIndex(RandomAccessReader ifile) |
Constructor and Description |
---|
SSTableIdentityIterator(SSTableReader sstable,
RandomAccessReader file,
DecoratedKey key)
Used to iterate through the columns of a row.
|
SSTableIdentityIterator(SSTableReader sstable,
RandomAccessReader file,
DecoratedKey key,
boolean checkData)
Used to iterate through the columns of a row.
|
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 | Class and Description |
---|---|
class |
ChecksummedRandomAccessReader |
class |
ThrottledReader |
Modifier and Type | Method and Description |
---|---|
protected RandomAccessReader |
CompressedPoolingSegmentedFile.createPooledReader() |
protected RandomAccessReader |
PoolingSegmentedFile.createPooledReader() |
RandomAccessReader |
CompressedPoolingSegmentedFile.createReader() |
RandomAccessReader |
CompressedSegmentedFile.createReader() |
RandomAccessReader |
SegmentedFile.createReader() |
RandomAccessReader |
CompressedPoolingSegmentedFile.createThrottledReader(com.google.common.util.concurrent.RateLimiter limiter) |
RandomAccessReader |
CompressedSegmentedFile.createThrottledReader(com.google.common.util.concurrent.RateLimiter limiter) |
RandomAccessReader |
SegmentedFile.createThrottledReader(com.google.common.util.concurrent.RateLimiter limiter) |
static RandomAccessReader |
RandomAccessReader.open(ChannelProxy channel) |
static RandomAccessReader |
RandomAccessReader.open(ChannelProxy channel,
long overrideSize) |
static RandomAccessReader |
RandomAccessReader.open(ChannelProxy channel,
long overrideSize,
PoolingSegmentedFile owner) |
static RandomAccessReader |
RandomAccessReader.open(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
void |
PoolingSegmentedFile.recycle(RandomAccessReader reader) |
Constructor and Description |
---|
ChecksumValidator(java.util.zip.Checksum checksum,
RandomAccessReader reader,
java.lang.String dataFilename) |
Modifier and Type | Method and Description |
---|---|
RandomAccessReader |
FileCacheService.get(FileCacheService.CacheKey key) |
Modifier and Type | Method and Description |
---|---|
void |
FileCacheService.put(FileCacheService.CacheKey cacheKey,
RandomAccessReader instance) |
Modifier and Type | Method and Description |
---|---|
protected long |
StreamWriter.write(RandomAccessReader reader,
DataIntegrityMetadata.ChecksumValidator validator,
int start,
long length,
long bytesTransferred)
Sequentially read bytes from the file and write them to the output stream
|
Copyright © 2016 The Apache Software Foundation