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

Packages that use BufferedRandomAccessFile
org.apache.cassandra.io.sstable   
org.apache.cassandra.io.util   
 

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

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

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

Methods in org.apache.cassandra.io.util that return BufferedRandomAccessFile
static BufferedRandomAccessFile BufferedRandomAccessFile.getUncachingReader(java.lang.String filename)
           
 



Copyright © 2011 The Apache Software Foundation