Package | Description |
---|---|
org.apache.hadoop.record |
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 |
class |
CsvRecordInput |
class |
XmlRecordInput
XML Deserializer.
|
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
void |
RecordTypeInfo.deserialize(RecordInput rin,
String tag)
Deserialize the type information for a record
|
static void |
Utils.skip(RecordInput rin,
String tag,
TypeID typeID)
read/skip bytes from stream based on a type
|
Copyright © 2010 The Apache Software Foundation