Uses of Class
org.apache.cassandra.io.util.RandomAccessReader
-
-
Uses of RandomAccessReader in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type RandomAccessReader Modifier and Type Method Description default RowIndexEntry<T>
RowIndexEntry.IndexSerializer. deserialize(RandomAccessReader reader)
-
Uses of RandomAccessReader in org.apache.cassandra.db.commitlog
Constructors in org.apache.cassandra.db.commitlog with parameters of type RandomAccessReader Constructor Description CommitLogSegmentReader(CommitLogReadHandler handler, CommitLogDescriptor descriptor, RandomAccessReader reader, boolean tolerateTruncation)
-
Uses of RandomAccessReader in org.apache.cassandra.index.sasi.utils
Constructors in org.apache.cassandra.index.sasi.utils with parameters of type RandomAccessReader Constructor Description MappedBuffer(RandomAccessReader file)
-
Uses of RandomAccessReader in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type RandomAccessReader Modifier and Type Method Description static SSTableIdentityIterator
SSTableIdentityIterator. create(SSTableReader sstable, RandomAccessReader file, DecoratedKey key)
static long
SSTable. estimateRowsFromIndex(RandomAccessReader ifile, Descriptor descriptor)
-
Uses of RandomAccessReader in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return RandomAccessReader Modifier and Type Method Description RandomAccessReader
SSTableReader. openDataReader()
RandomAccessReader
SSTableReader. openDataReader(com.google.common.util.concurrent.RateLimiter limiter)
RandomAccessReader
SSTableReader. openIndexReader()
-
Uses of RandomAccessReader in org.apache.cassandra.io.sstable.format.big
Fields in org.apache.cassandra.io.sstable.format.big declared as RandomAccessReader Modifier and Type Field Description protected RandomAccessReader
BigTableScanner. dfile
protected RandomAccessReader
BigTableScanner. ifile
-
Uses of RandomAccessReader in org.apache.cassandra.io.util
Methods in org.apache.cassandra.io.util that return RandomAccessReader Modifier and Type Method Description RandomAccessReader
FileHandle. createReader()
CreateRandomAccessReader
with configured method of reading content of the file.RandomAccessReader
FileHandle. createReader(com.google.common.util.concurrent.RateLimiter limiter)
CreateRandomAccessReader
with configured method of reading content of the file.static RandomAccessReader
ChecksummedRandomAccessReader. open(java.io.File file, java.io.File crcFile)
static RandomAccessReader
RandomAccessReader. open(java.io.File file)
Open a RandomAccessReader (not compressed, not mmapped, no read throttling) that will own its channel.Constructors in org.apache.cassandra.io.util with parameters of type RandomAccessReader Constructor Description ChecksumValidator(ChecksumType checksumType, RandomAccessReader reader, int chunkSize)
ChecksumValidator(ChecksumType checksumType, RandomAccessReader reader, java.lang.String dataFilename)
-