Uses of Package
org.apache.cassandra.io.util

Packages that use org.apache.cassandra.io.util
org.apache.cassandra.db   
org.apache.cassandra.db.columniterator   
org.apache.cassandra.db.filter   
org.apache.cassandra.io   
org.apache.cassandra.io.sstable   
org.apache.cassandra.io.util   
 

Classes in org.apache.cassandra.io.util used by org.apache.cassandra.db
DataOutputBuffer
          An implementation of the DataOutputStream interface.
IIterableColumns
           
 

Classes in org.apache.cassandra.io.util used by org.apache.cassandra.db.columniterator
FileDataInput
           
 

Classes in org.apache.cassandra.io.util used by org.apache.cassandra.db.filter
FileDataInput
           
 

Classes in org.apache.cassandra.io.util used by org.apache.cassandra.io
DataOutputBuffer
          An implementation of the DataOutputStream interface.
IIterableColumns
           
 

Classes in org.apache.cassandra.io.util used by org.apache.cassandra.io.sstable
BufferedRandomAccessFile
          A BufferedRandomAccessFile is like a RandomAccessFile, but it uses a private buffer so that most operations do not require a disk access.
FileDataInput
           
 

Classes in org.apache.cassandra.io.util used by org.apache.cassandra.io.util
DataOutputBuffer
          An implementation of the DataOutputStream interface.
FileDataInput
           
FileMark
           
SegmentedFile
          Abstracts a read-only file that has been split into segments, each of which can be represented by an independent FileDataInput.
SegmentedFile.Builder
          Collects potential segmentation points in an underlying file, and builds a SegmentedFile to represent it.
 



Copyright © 2010 The Apache Software Foundation