Uses of Interface
org.apache.cassandra.io.IFileReader

Packages that use IFileReader
org.apache.cassandra.db   
org.apache.cassandra.io   
 

Uses of IFileReader in org.apache.cassandra.db
 

Constructors in org.apache.cassandra.db with parameters of type IFileReader
FileStruct(IFileReader reader, IPartitioner partitioner)
           
 

Uses of IFileReader in org.apache.cassandra.io
 

Classes in org.apache.cassandra.io that implement IFileReader
static class SequenceFile.AbstractReader
           
static class SequenceFile.BufferReader
           
static class SequenceFile.ChecksumReader
           
static class SequenceFile.Reader
           
 

Methods in org.apache.cassandra.io that return IFileReader
static IFileReader SequenceFile.bufferedReader(java.lang.String filename, int size)
           
static IFileReader SequenceFile.reader(java.lang.String filename)
           
 

Methods in org.apache.cassandra.io with parameters of type IFileReader
static Coordinate SSTable.getCoordinates(java.lang.String decoratedKey, IFileReader dataReader, IPartitioner partitioner)
           
 



Copyright © 2009 The Apache Software Foundation