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.record.meta |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRecordInput
Deprecated.
Replaced by Avro.
|
class |
CsvRecordInput
Deprecated.
Replaced by Avro.
|
class |
XmlRecordInput
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)
|
Modifier and Type | Method and Description |
---|---|
void |
RecordTypeInfo.deserialize(RecordInput rin,
String tag)
Deprecated.
Deserialize the type information for a record
|
static void |
Utils.skip(RecordInput rin,
String tag,
TypeID typeID)
Deprecated.
read/skip bytes from stream based on a type
|
Copyright © 2017 Apache Software Foundation. All rights reserved.