Uses of Class
org.apache.hadoop.record.Buffer
Packages that use Buffer
Package
Description
(DEPRECATED) 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 BufferModifier and TypeMethodDescriptionBinaryRecordInput.readBuffer(String tag) Deprecated.RecordInput.readBuffer(String tag) Deprecated.Read byte array from serialized record.Methods in org.apache.hadoop.record with parameters of type BufferModifier and TypeMethodDescriptionvoidBinaryRecordOutput.writeBuffer(Buffer buf, String tag) Deprecated.voidCsvRecordOutput.writeBuffer(Buffer buf, String tag) Deprecated.voidRecordOutput.writeBuffer(Buffer buf, String tag) Deprecated.Write a buffer to serialized record.