Package org.apache.cassandra.io.util

Interface Summary
FileDataInput  
FileMark  
IIterableColumns  
 

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.
BufferedSegmentedFile  
BufferedSegmentedFile.Builder  
DataOutputBuffer An implementation of the DataOutputStream interface.
FileUtils  
FileUtils.FileComparator  
MappedFileDataInput  
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 © 2010 The Apache Software Foundation