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.tools   
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
           
 

Classes in org.apache.cassandra.io used by org.apache.cassandra.db.filter
SSTableReader
           
 

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

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.
DataOutputBuffer
          An implementation of the DataOutputStream interface.
FileStruct
           
IndexHelper.IndexInfo
           
SSTable
          This class is built on top of the SequenceFile.
SSTableReader
           
 

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.tools
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 © 2009 The Apache Software Foundation