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 SSTableIdentityIteratorSSTableIdentityIterator. create(SSTableReader sstable, RandomAccessReader file, DecoratedKey key)static longSSTable. 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 RandomAccessReaderSSTableReader. openDataReader()RandomAccessReaderSSTableReader. openDataReader(com.google.common.util.concurrent.RateLimiter limiter)RandomAccessReaderSSTableReader. 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 RandomAccessReaderBigTableScanner. dfileprotected RandomAccessReaderBigTableScanner. 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 RandomAccessReaderFileHandle. createReader()CreateRandomAccessReaderwith configured method of reading content of the file.RandomAccessReaderFileHandle. createReader(com.google.common.util.concurrent.RateLimiter limiter)CreateRandomAccessReaderwith configured method of reading content of the file.static RandomAccessReaderChecksummedRandomAccessReader. open(File file, File crcFile)static RandomAccessReaderRandomAccessReader. open(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)
-