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.
|
Modifier and Type | Method and Description |
---|---|
Index |
BinaryRecordInput.startMap(String tag)
Deprecated.
|
Index |
RecordInput.startMap(String tag)
Deprecated.
Check the mark for start of the serialized map.
|
Index |
XmlRecordInput.startMap(String tag)
Deprecated.
|
Index |
CsvRecordInput.startMap(String tag)
Deprecated.
|
Index |
BinaryRecordInput.startVector(String tag)
Deprecated.
|
Index |
RecordInput.startVector(String tag)
Deprecated.
Check the mark for start of the serialized vector.
|
Index |
XmlRecordInput.startVector(String tag)
Deprecated.
|
Index |
CsvRecordInput.startVector(String tag)
Deprecated.
|
Copyright © 2015 Apache Software Foundation. All rights reserved.