Constructor and Description |
---|
SegmentReader(CommitLogDescriptor descriptor,
RandomAccessReader reader,
boolean tolerateTruncation) |
Constructor and Description |
---|
MappedBuffer(RandomAccessReader file) |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
---|---|
static class |
RandomAccessReader.RandomAccessReaderWithOwnChannel |
Modifier and Type | Method and Description |
---|---|
RandomAccessReader |
ChecksummedRandomAccessReader.Builder.build() |
RandomAccessReader |
RandomAccessReader.Builder.build() |
static RandomAccessReader |
RandomAccessReader.build(SegmentedFile file,
com.google.common.util.concurrent.RateLimiter limiter) |
RandomAccessReader |
RandomAccessReader.Builder.buildWithChannel() |
RandomAccessReader |
SegmentedFile.createReader() |
RandomAccessReader |
SegmentedFile.createReader(com.google.common.util.concurrent.RateLimiter limiter) |
static RandomAccessReader |
RandomAccessReader.open(ChannelProxy channel) |
static RandomAccessReader |
RandomAccessReader.open(java.io.File file) |
Constructor and Description |
---|
ChecksumValidator(ChecksumType checksumType,
RandomAccessReader reader,
java.lang.String dataFilename) |
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