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. |