| 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 | Class | Description |
|---|---|---|
class |
BinaryRecordInput |
Deprecated.
Replaced by Avro.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Record.deserialize(RecordInput rin) |
Deprecated.
Deserialize a record without a tag
|
abstract void |
Record.deserialize(RecordInput rin,
java.lang.String tag) |
Deprecated.
Deserialize a record with a tag (usually field name)
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TypedBytesRecordInput |
Serializer for records that writes typed bytes.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.