Uses of Class
org.apache.cassandra.io.util.RandomAccessReader
Packages that use RandomAccessReader
Package
Description
-
Uses of RandomAccessReader in org.apache.cassandra.db.commitlog
Constructors in org.apache.cassandra.db.commitlog with parameters of type RandomAccessReaderModifierConstructorDescriptionprotectedCommitLogSegmentReader(CommitLogReadHandler handler, CommitLogDescriptor descriptor, RandomAccessReader reader, boolean tolerateTruncation) -
Uses of RandomAccessReader in org.apache.cassandra.index.sai.disk.io
Methods in org.apache.cassandra.index.sai.disk.io with parameters of type RandomAccessReaderModifier and TypeMethodDescriptionstatic IndexInputReaderIndexInputReader.create(RandomAccessReader input) static IndexInputReaderIndexInputReader.create(RandomAccessReader input, Runnable doOnClose) -
Uses of RandomAccessReader in org.apache.cassandra.index.sai.disk.v1.vector
Subclasses of RandomAccessReader in org.apache.cassandra.index.sai.disk.v1.vector -
Uses of RandomAccessReader in org.apache.cassandra.index.sasi.utils
Constructors in org.apache.cassandra.index.sasi.utils with parameters of type RandomAccessReader -
Uses of RandomAccessReader in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type RandomAccessReaderModifier and TypeMethodDescriptionstatic SSTableIdentityIteratorSSTableIdentityIterator.create(SSTableReader sstable, RandomAccessReader file, DecoratedKey key) -
Uses of RandomAccessReader in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as RandomAccessReaderModifier and TypeFieldDescriptionprotected final RandomAccessReaderSortedTableScrubber.dataFileprotected final RandomAccessReaderSortedTableVerifier.dataFileprotected final RandomAccessReaderSSTableScanner.dfileMethods in org.apache.cassandra.io.sstable.format that return RandomAccessReaderModifier and TypeMethodDescriptionSSTableReader.openDataReader()SSTableReader.openDataReader(com.google.common.util.concurrent.RateLimiter limiter) SSTableReader.openDataReaderForScan()Constructors in org.apache.cassandra.io.sstable.format with parameters of type RandomAccessReaderModifierConstructorDescriptionScrubInfo(RandomAccessReader dataFile, SSTableReader sstable, Lock fileReadLock) VerifyInfo(RandomAccessReader dataFile, SSTableReader sstable, Lock fileReadLock) -
Uses of RandomAccessReader in org.apache.cassandra.io.sstable.format.big
Fields in org.apache.cassandra.io.sstable.format.big declared as RandomAccessReaderMethods in org.apache.cassandra.io.sstable.format.big that return RandomAccessReaderMethods in org.apache.cassandra.io.sstable.format.big with parameters of type RandomAccessReaderModifier and TypeMethodDescriptionstatic BigTableKeyReaderBigTableKeyReader.create(RandomAccessReader indexFileReader, RowIndexEntry.IndexSerializer serializer) default RowIndexEntryRowIndexEntry.IndexSerializer.deserialize(RandomAccessReader reader) -
Uses of RandomAccessReader in org.apache.cassandra.io.util
Methods in org.apache.cassandra.io.util that return RandomAccessReaderModifier and TypeMethodDescriptionFileHandle.createReader()CreateRandomAccessReaderwith configured method of reading content of the file.FileHandle.createReader(com.google.common.util.concurrent.RateLimiter limiter) CreateRandomAccessReaderwith configured method of reading content of the file.FileHandle.createReader(com.google.common.util.concurrent.RateLimiter limiter, boolean forScan) FileHandle.createReaderForScan()static RandomAccessReaderstatic RandomAccessReaderOpen 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 RandomAccessReaderModifierConstructorDescriptionChecksumValidator(ChecksumType checksumType, RandomAccessReader reader, String dataFilename)