Uses of Class
org.apache.cassandra.io.util.RandomAccessReader
-
-
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.sai.disk.io
Methods in org.apache.cassandra.index.sai.disk.io with parameters of type RandomAccessReader Modifier and Type Method Description static IndexInputReader
IndexInputReader. create(RandomAccessReader input)
static IndexInputReader
IndexInputReader. create(RandomAccessReader input, java.lang.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 Modifier and Type Class Description class
RandomAccessReaderAdapter
-
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)
-
Uses of RandomAccessReader in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as RandomAccessReader Modifier and Type Field Description protected RandomAccessReader
SortedTableScrubber. dataFile
protected RandomAccessReader
SortedTableVerifier. dataFile
protected RandomAccessReader
SSTableScanner. dfile
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)
Constructors in org.apache.cassandra.io.sstable.format with parameters of type RandomAccessReader Constructor Description ScrubInfo(RandomAccessReader dataFile, SSTableReader sstable, java.util.concurrent.locks.Lock fileReadLock)
VerifyInfo(RandomAccessReader dataFile, SSTableReader sstable, java.util.concurrent.locks.Lock fileReadLock)
-
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. ifile
Methods in org.apache.cassandra.io.sstable.format.big that return RandomAccessReader Modifier and Type Method Description RandomAccessReader
BigTableReader. openIndexReader()
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type RandomAccessReader Modifier and Type Method Description static BigTableKeyReader
BigTableKeyReader. create(RandomAccessReader indexFileReader, RowIndexEntry.IndexSerializer serializer)
default RowIndexEntry
RowIndexEntry.IndexSerializer. deserialize(RandomAccessReader reader)
-
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(File file, File crcFile)
static RandomAccessReader
RandomAccessReader. 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, java.lang.String dataFilename)
-