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

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

Uses of DataOutputBuffer in org.apache.cassandra.db
 

Fields in org.apache.cassandra.db declared as DataOutputBuffer
protected  DataOutputBuffer ReadVerbHandler.ReadContext.bufOut_
           
 

Uses of DataOutputBuffer in org.apache.cassandra.io
 

Methods in org.apache.cassandra.io that return DataOutputBuffer
 DataOutputBuffer DataOutputBuffer.reset()
          Resets the buffer to empty.
 

Methods in org.apache.cassandra.io with parameters of type DataOutputBuffer
 void IFileWriter.append(DataOutputBuffer buffer)
          Appends the buffer to the the underlying SequenceFile.
 void SequenceFile.Writer.append(DataOutputBuffer buffer)
           
 void SequenceFile.ConcurrentWriter.append(DataOutputBuffer buffer)
           
 void SequenceFile.FastConcurrentWriter.append(DataOutputBuffer buffer)
           
 void IFileWriter.append(DataOutputBuffer keyBuffer, DataOutputBuffer buffer)
          Appends the key and the value to the the underlying SequenceFile.
 void SequenceFile.Writer.append(DataOutputBuffer keyBuffer, DataOutputBuffer buffer)
           
 void SequenceFile.ConcurrentWriter.append(DataOutputBuffer keyBuffer, DataOutputBuffer buffer)
           
 void SequenceFile.FastConcurrentWriter.append(DataOutputBuffer keyBuffer, DataOutputBuffer buffer)
           
 void IFileWriter.append(java.lang.String key, DataOutputBuffer buffer)
          Appends the key and the value to the the underlying SequenceFile.
 void SSTable.append(java.lang.String decoratedKey, DataOutputBuffer buffer)
           
 void SequenceFile.Writer.append(java.lang.String key, DataOutputBuffer buffer)
           
 void SequenceFile.ConcurrentWriter.append(java.lang.String key, DataOutputBuffer buffer)
           
 void SequenceFile.FastConcurrentWriter.append(java.lang.String key, DataOutputBuffer buffer)
           
 long IFileReader.next(DataOutputBuffer bufOut)
          This method dumps the next key/value into the DataOuputStream passed in.
 long SequenceFile.AbstractReader.next(DataOutputBuffer bufOut)
          This method dumps the next key/value into the DataOuputStream passed in.
 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