Package org.apache.cassandra.io.util

Interface Summary
FileDataInput  
FileMark  
IIterableColumns  
 

Class Summary
AbstractDataInput  
BufferedRandomAccessFile A BufferedRandomAccessFile is like a RandomAccessFile, but it uses a private buffer so that most operations do not require a disk access.
BufferedRandomAccessFile.BufferedRandomAccessFileMark Class to hold a mark to the position of the file
BufferedSegmentedFile  
BufferedSegmentedFile.Builder  
ColumnSortedMap Facade over a DataInput that contains IColumns in sorted order.
DataOutputBuffer An implementation of the DataOutputStream interface.
FileUtils  
FileUtils.FileComparator  
MappedFileDataInput  
MemoryInputStream  
MemoryOutputStream This class provides a way to stream the writes into the Memory
MmappedSegmentedFile  
OutputBuffer Extends ByteArrayOutputStream to minimize copies.
SegmentedFile Abstracts a read-only file that has been split into segments, each of which can be represented by an independent FileDataInput.
SegmentedFile.Builder Collects potential segmentation points in an underlying file, and builds a SegmentedFile to represent it.
 



Copyright © 2012 The Apache Software Foundation