Uses of Interface
org.apache.cassandra.io.util.FileDataInput

Packages that use FileDataInput
org.apache.cassandra.db.columniterator   
org.apache.cassandra.db.filter   
org.apache.cassandra.io.sstable   
org.apache.cassandra.io.util   
 

Uses of FileDataInput in org.apache.cassandra.db.columniterator
 

Constructors in org.apache.cassandra.db.columniterator with parameters of type FileDataInput
SSTableNamesIterator(CFMetaData metadata, FileDataInput file, DecoratedKey key, java.util.SortedSet<java.nio.ByteBuffer> columns)
           
SSTableSliceIterator(CFMetaData metadata, FileDataInput file, DecoratedKey key, java.nio.ByteBuffer startColumn, java.nio.ByteBuffer finishColumn, boolean reversed)
          An iterator for a slice within an SSTable
 

Uses of FileDataInput in org.apache.cassandra.db.filter
 

Methods in org.apache.cassandra.db.filter with parameters of type FileDataInput
 IColumnIterator IFilter.getSSTableColumnIterator(CFMetaData metadata, FileDataInput file, DecoratedKey key)
          Get an iterator that returns columns from the given SSTable using the opened file matching the Filter criteria in sorted order.
 IColumnIterator NamesQueryFilter.getSSTableColumnIterator(CFMetaData metadata, FileDataInput file, DecoratedKey key)
           
 IColumnIterator SliceQueryFilter.getSSTableColumnIterator(CFMetaData metadata, FileDataInput file, DecoratedKey key)
           
 IColumnIterator QueryFilter.getSSTableColumnIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key)
           
 

Uses of FileDataInput in org.apache.cassandra.io.sstable
 

Methods in org.apache.cassandra.io.sstable that return FileDataInput
 FileDataInput SSTableReader.getFileDataInput(DecoratedKey decoratedKey, int bufferSize)
           
 

Methods in org.apache.cassandra.io.sstable with parameters of type FileDataInput
static IndexHelper.IndexInfo IndexHelper.IndexInfo.deserialize(FileDataInput dis)
           
static java.util.ArrayList<IndexHelper.IndexInfo> IndexHelper.deserializeIndex(FileDataInput in)
          Deserialize the index into a structure and return it
 

Uses of FileDataInput in org.apache.cassandra.io.util
 

Classes in org.apache.cassandra.io.util that implement FileDataInput
 class BufferedRandomAccessFile
          A BufferedRandomAccessFile is like a RandomAccessFile, but it uses a private buffer so that most operations do not require a disk access.
 class MappedFileDataInput
           
 

Methods in org.apache.cassandra.io.util that return FileDataInput
 FileDataInput BufferedSegmentedFile.getSegment(long position, int bufferSize)
           
 FileDataInput MmappedSegmentedFile.getSegment(long position, int bufferSize)
           
abstract  FileDataInput SegmentedFile.getSegment(long position, int bufferSize)
           
 

Methods in org.apache.cassandra.io.util that return types with arguments of type FileDataInput
 java.util.Iterator<FileDataInput> SegmentedFile.iterator(long position, int bufferSize)
           
 



Copyright © 2011 The Apache Software Foundation