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.
CompactionIterator  
CompactionIterator.CompactedRow  
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.
IndexHelper Provides helper to serialize, deserialize and use column indexes.
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  
SSTableTracker  
SSTableWriter  
Streaming  
Streaming.StreamFinishedVerbHandler  
Streaming.StreamInitiateDoneVerbHandler  
Streaming.StreamInitiateVerbHandler  
StreamRequestVerbHandler This verb handler handles the StreamRequestMessage that is sent by the node requesting range transfer.
 



Copyright © 2010 The Apache Software Foundation