| 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) | 
| protected long | SSTable. estimateRowsFromIndex(RandomAccessReader ifile) | 
| 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  RandomAccessReaderwith configured method of reading content of the file. | 
| RandomAccessReader | FileHandle. createReader(com.google.common.util.concurrent.RateLimiter limiter)Create  RandomAccessReaderwith 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,
                 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 © 2018 The Apache Software Foundation