Uses of Class
org.apache.cassandra.io.Coordinate

Packages that use Coordinate
org.apache.cassandra.io   
 

Uses of Coordinate in org.apache.cassandra.io
 

Methods in org.apache.cassandra.io that return Coordinate
static Coordinate SSTable.getCoordinates(java.lang.String decoratedKey, IFileReader dataReader, IPartitioner partitioner)
           
 

Methods in org.apache.cassandra.io with parameters of type Coordinate
 long IFileReader.next(java.lang.String key, DataOutputBuffer bufOut, Coordinate section)
          This method dumps the next key/value into the DataOuputStream passed in.
 long SequenceFile.AbstractReader.next(java.lang.String key, DataOutputBuffer bufOut, Coordinate section)
          This method dumps the next key/value into the DataOuputStream passed in.
 long IFileReader.next(java.lang.String key, DataOutputBuffer bufOut, java.lang.String columnFamilyName, java.util.List<java.lang.String> columnNames, IndexHelper.TimeRange timeRange, Coordinate section)
          This method dumps the next key/value into the DataOuputStream passed in.
 long SequenceFile.AbstractReader.next(java.lang.String key, DataOutputBuffer bufOut, java.lang.String columnFamilyName, java.util.List<java.lang.String> columnNames, IndexHelper.TimeRange timeRange, Coordinate section)
          This method dumps the next key/value into the DataOuputStream passed in.
 



Copyright © 2009 The Apache Software Foundation