Uses of Class
org.apache.cassandra.io.IndexHelper.TimeRange

Packages that use IndexHelper.TimeRange
org.apache.cassandra.io   
 

Uses of IndexHelper.TimeRange in org.apache.cassandra.io
 

Methods in org.apache.cassandra.io with parameters of type IndexHelper.TimeRange
 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.
 DataInputBuffer SSTable.next(java.lang.String clientKey, java.lang.String cfName, java.util.List<java.lang.String> columnNames, IndexHelper.TimeRange timeRange)
           
 



Copyright © 2009 The Apache Software Foundation