パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
BinaryRecordInput
非推奨です。
Replaced by Avro.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Record.deserialize(RecordInput rin)
非推奨です。
Deserialize a record without a tag
|
abstract void |
Record.deserialize(RecordInput rin,
String tag)
非推奨です。
Deserialize a record with a tag (usually field name)
|
Copyright © 2016 Apache Software Foundation. All rights reserved.