| Package | Description |
|---|---|
| org.apache.hadoop.record |
(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.
|
| org.apache.hadoop.typedbytes |
Typed bytes are sequences of bytes in which the first byte is a type code.
|
| Modifier and Type | Method | Description |
|---|---|---|
Buffer |
BinaryRecordInput.readBuffer(java.lang.String tag) |
Deprecated.
|
Buffer |
RecordInput.readBuffer(java.lang.String tag) |
Deprecated.
Read byte array from serialized record.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BinaryRecordOutput.writeBuffer(Buffer buf,
java.lang.String tag) |
Deprecated.
|
void |
CsvRecordOutput.writeBuffer(Buffer buf,
java.lang.String tag) |
Deprecated.
|
void |
RecordOutput.writeBuffer(Buffer buf,
java.lang.String tag) |
Deprecated.
Write a buffer to serialized record.
|
| Modifier and Type | Method | Description |
|---|---|---|
Buffer |
TypedBytesRecordInput.readBuffer(java.lang.String tag) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TypedBytesRecordOutput.writeBuffer(Buffer buf,
java.lang.String tag) |
|
void |
TypedBytesOutput.writeBytes(Buffer buffer) |
Writes a bytes buffer as a typed bytes sequence.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.