Uses of Class
org.apache.hadoop.record.Buffer

Packages that use Buffer
org.apache.hadoop.record Hadoop record I/O contains classes and a record description language translator for simplifying serialization and deserialization of records in a language-neutral manner. 
org.apache.hadoop.typedbytes Typed bytes are sequences of bytes in which the first byte is a type code. 
 

Uses of Buffer in org.apache.hadoop.record
 

Methods in org.apache.hadoop.record that return Buffer
 Buffer BinaryRecordInput.readBuffer(String tag)
           
 Buffer CsvRecordInput.readBuffer(String tag)
           
 Buffer XmlRecordInput.readBuffer(String tag)
           
 Buffer RecordInput.readBuffer(String tag)
          Read byte array from serialized record.
 

Methods in org.apache.hadoop.record with parameters of type Buffer
 void XmlRecordOutput.writeBuffer(Buffer buf, String tag)
           
 void CsvRecordOutput.writeBuffer(Buffer buf, String tag)
           
 void BinaryRecordOutput.writeBuffer(Buffer buf, String tag)
           
 void RecordOutput.writeBuffer(Buffer buf, String tag)
          Write a buffer to serialized record.
 

Uses of Buffer in org.apache.hadoop.typedbytes
 

Methods in org.apache.hadoop.typedbytes that return Buffer
 Buffer TypedBytesRecordInput.readBuffer(String tag)
           
 

Methods in org.apache.hadoop.typedbytes with parameters of type Buffer
 void TypedBytesRecordOutput.writeBuffer(Buffer buf, String tag)
           
 



Copyright © 2009 The Apache Software Foundation