Package org.apache.cassandra.io

Interface Summary
ICompactSerializer<T> Allows for the controlled serialization/deserialization of a given type.
ICompactSerializer2<T>  
 

Class Summary
BufferedRandomAccessFile A BufferedRandomAccessFile is like a RandomAccessFile, but it uses a private buffer so that most operations do not require a disk access.
DataInputBuffer An implementation of the DataInputStream interface.
DataOutputBuffer An implementation of the DataOutputStream interface.
FastBufferedInputStream A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
FastBufferedOutputStream The class implements a buffered output stream.
FileStruct  
IndexHelper Provides helper to serialize, deserialize and use column indexes.
IndexHelper.IndexInfo  
IteratingRow  
SSTable This class is built on top of the SequenceFile.
SSTableReader  
SSTableWriter  
 



Copyright © 2009 The Apache Software Foundation