パッケージ | 説明 |
---|---|
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 |
BinaryRecordOutput
非推奨です。
Replaced by Avro.
|
class |
CsvRecordOutput
非推奨です。
Replaced by Avro.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Record.serialize(RecordOutput rout)
非推奨です。
Serialize a record without a tag
|
abstract void |
Record.serialize(RecordOutput rout,
String tag)
非推奨です。
Serialize a record with tag (ususally field name)
|
Copyright © 2016 Apache Software Foundation. All rights reserved.