Uses of Package
org.apache.cassandra.io

Packages that use org.apache.cassandra.io
org.apache.cassandra.db   
org.apache.cassandra.db.filter   
org.apache.cassandra.dht   
org.apache.cassandra.gms   
org.apache.cassandra.io   
org.apache.cassandra.net   
org.apache.cassandra.net.io   
org.apache.cassandra.service   
org.apache.cassandra.utils   
 

Classes in org.apache.cassandra.io used by org.apache.cassandra.db
DataInputBuffer
          An implementation of the DataInputStream interface.
DataOutputBuffer
          An implementation of the DataOutputStream interface.
ICompactSerializer
          Allows for the controlled serialization/deserialization of a given type.
ICompactSerializer2
           
SSTableReader
          SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
 

Classes in org.apache.cassandra.io used by org.apache.cassandra.db.filter
SSTableReader
          SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
 

Classes in org.apache.cassandra.io used by org.apache.cassandra.dht
ICompactSerializer
          Allows for the controlled serialization/deserialization of a given type.
ICompactSerializer2
           
 

Classes in org.apache.cassandra.io used by org.apache.cassandra.gms
ICompactSerializer
          Allows for the controlled serialization/deserialization of a given type.
 

Classes in org.apache.cassandra.io used by org.apache.cassandra.io
BufferedRandomAccessFile
          A BufferedRandomAccessFile is like a RandomAccessFile, but it uses a private buffer so that most operations do not require a disk access.
CompactionIterator.CompactedRow
           
DataOutputBuffer
          An implementation of the DataOutputStream interface.
ICompactSerializer2
           
IndexHelper.IndexInfo
           
IteratingRow
           
SSTable
          This class is built on top of the SequenceFile.
SSTableReader
          SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
SSTableScanner
           
 

Classes in org.apache.cassandra.io used by org.apache.cassandra.net
ICompactSerializer
          Allows for the controlled serialization/deserialization of a given type.
 

Classes in org.apache.cassandra.io used by org.apache.cassandra.net.io
ICompactSerializer
          Allows for the controlled serialization/deserialization of a given type.
 

Classes in org.apache.cassandra.io used by org.apache.cassandra.service
CompactionIterator.CompactedRow
           
ICompactSerializer
          Allows for the controlled serialization/deserialization of a given type.
 

Classes in org.apache.cassandra.io used by org.apache.cassandra.utils
ICompactSerializer
          Allows for the controlled serialization/deserialization of a given type.
 



Copyright © 2010 The Apache Software Foundation