| 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 and Description |
|---|---|
Buffer |
BinaryRecordInput.readBuffer(String tag)
Deprecated.
|
Buffer |
RecordInput.readBuffer(String tag)
Deprecated.
Read byte array from serialized record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CsvRecordOutput.writeBuffer(Buffer buf,
String tag)
Deprecated.
|
void |
RecordOutput.writeBuffer(Buffer buf,
String tag)
Deprecated.
Write a buffer to serialized record.
|
void |
BinaryRecordOutput.writeBuffer(Buffer buf,
String tag)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Buffer |
TypedBytesRecordInput.readBuffer(String tag) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypedBytesRecordOutput.writeBuffer(Buffer buf,
String tag) |
void |
TypedBytesOutput.writeBytes(Buffer buffer)
Writes a bytes buffer as a typed bytes sequence.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.