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. 
 

Uses of Buffer in org.apache.hadoop.record
 

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

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



Copyright © 2006 The Apache Software Foundation