Uses of Package
org.apache.cassandra.io

Packages that use org.apache.cassandra.io
org.apache.cassandra.db   
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.
IFileReader
          Interface to read from the SequenceFile abstraction.
SSTable
          This class is built on top of the SequenceFile.
 

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
ChecksumManager
          This class manages the persistence of checksums and keeps them in memory.
Coordinate
          Section of a file that needs to be scanned is represented by this class.
DataInputBuffer
          An implementation of the DataInputStream interface.
DataOutputBuffer
          An implementation of the DataOutputStream interface.
IFileReader
          Interface to read from the SequenceFile abstraction.
IFileWriter
          An interface for writing into the SequenceFile abstraction.
IndexHelper.ColumnIndexInfo
          A helper class to generate indexes while the columns are sorted by name on disk.
IndexHelper.TimeRange
          Encapsulates a time range.
SequenceFile.AbstractReader
           
SequenceFile.AbstractWriter
           
SequenceFile.Reader
           
SequenceFile.Writer
           
SSTable.BlockMetadata
          This class holds the position of a key in a block and the size of the data associated with this key.
SSTable.KeyPositionInfo
          This is a simple container for the index Key and its corresponding position in the data file.
 

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