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.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryRecordInput
Deprecated.
Replaced by Avro.
|
Modifier and Type | Method and Description |
---|---|
void |
Record.deserialize(RecordInput rin)
Deprecated.
Deserialize a record without a tag
|
abstract void |
Record.deserialize(RecordInput rin,
String tag)
Deprecated.
Deserialize a record with a tag (usually field name)
|
Copyright © 2024 Apache Software Foundation. All rights reserved.