Uses of Class
org.apache.cassandra.io.util.RandomAccessReader

Packages that use RandomAccessReader
org.apache.cassandra.io.compress   
org.apache.cassandra.io.sstable   
org.apache.cassandra.io.util   
org.apache.cassandra.streaming   
 

Uses of RandomAccessReader in org.apache.cassandra.io.compress
 

Subclasses of RandomAccessReader in org.apache.cassandra.io.compress
 class CompressedRandomAccessReader
          CRAR extends RAR to transparently uncompress blocks from the file into RAR.buffer.
 class CompressedThrottledReader
           
 

Uses of RandomAccessReader in org.apache.cassandra.io.sstable
 

Fields in org.apache.cassandra.io.sstable declared as RandomAccessReader
protected  RandomAccessReader SSTableScanner.dfile
           
protected  RandomAccessReader SSTableScanner.ifile
           
 

Methods in org.apache.cassandra.io.sstable that return RandomAccessReader
 RandomAccessReader SSTableReader.openDataReader(boolean skipIOCache)
           
 RandomAccessReader SSTableReader.openDataReader(com.google.common.util.concurrent.RateLimiter limiter)
           
 RandomAccessReader SSTableReader.openIndexReader(boolean skipIOCache)
           
 

Constructors in org.apache.cassandra.io.sstable with parameters of type RandomAccessReader
SSTableIdentityIterator(SSTableReader sstable, RandomAccessReader file, DecoratedKey key, long dataStart, long dataSize)
          Used to iterate through the columns of a row.
SSTableIdentityIterator(SSTableReader sstable, RandomAccessReader file, DecoratedKey key, long dataStart, long dataSize, boolean checkData)
          Used to iterate through the columns of a row.
 

Uses of RandomAccessReader in org.apache.cassandra.io.util
 

Subclasses of RandomAccessReader in org.apache.cassandra.io.util
 class ThrottledReader
           
 

Fields in org.apache.cassandra.io.util with type parameters of type RandomAccessReader
 java.util.Queue<RandomAccessReader> PoolingSegmentedFile.pool
           
 

Methods in org.apache.cassandra.io.util that return RandomAccessReader
protected  RandomAccessReader BufferedSegmentedFile.createReader(java.lang.String path)
           
protected  RandomAccessReader CompressedSegmentedFile.createReader(java.lang.String path)
           
protected abstract  RandomAccessReader PoolingSegmentedFile.createReader(java.lang.String path)
           
static RandomAccessReader RandomAccessReader.open(java.io.File file)
           
static RandomAccessReader RandomAccessReader.open(java.io.File file, boolean skipIOCache)
           
static RandomAccessReader RandomAccessReader.open(java.io.File file, PoolingSegmentedFile owner)
           
 

Methods in org.apache.cassandra.io.util with parameters of type RandomAccessReader
 void PoolingSegmentedFile.recycle(RandomAccessReader reader)
           
 

Uses of RandomAccessReader in org.apache.cassandra.streaming
 

Methods in org.apache.cassandra.streaming with parameters of type RandomAccessReader
protected  long FileStreamTask.write(RandomAccessReader reader, long length, long bytesTransferred)
          Sequentially read bytes from the file and write them to the output stream
 



Copyright © 2013 The Apache Software Foundation