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 BinaryRecordInput.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 RecordOutput.writeBuffer(Buffer buf, String tag)
          Write a buffer to serialized record.
 void BinaryRecordOutput.writeBuffer(Buffer buf, String tag)
           
 



Copyright © 2008 The Apache Software Foundation