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 |
BinaryRecordOutput |
class |
CsvRecordOutput |
class |
XmlRecordOutput
XML Serializer.
|
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
void |
RecordTypeInfo.serialize(RecordOutput rout,
String tag)
Serialize the type information for a record
|
Copyright © 2010 The Apache Software Foundation