|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
CsvRecordInput.readBuffer(String tag)
|
Buffer |
RecordInput.readBuffer(String tag)
Read byte array from serialized record. |
Buffer |
BinaryRecordInput.readBuffer(String tag)
|
Buffer |
XmlRecordInput.readBuffer(String tag)
|
Methods in org.apache.hadoop.record with parameters of type Buffer | |
---|---|
void |
CsvRecordOutput.writeBuffer(Buffer buf,
String tag)
|
void |
XmlRecordOutput.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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |