程序包 | 说明 |
---|---|
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.typedbytes |
Typed bytes are sequences of bytes in which the first byte is a type code.
|
限定符和类型 | 方法和说明 |
---|---|
Index |
XmlRecordInput.startMap(String tag) |
Index |
RecordInput.startMap(String tag)
Check the mark for start of the serialized map.
|
Index |
CsvRecordInput.startMap(String tag) |
Index |
BinaryRecordInput.startMap(String tag) |
Index |
XmlRecordInput.startVector(String tag) |
Index |
RecordInput.startVector(String tag)
Check the mark for start of the serialized vector.
|
Index |
CsvRecordInput.startVector(String tag) |
Index |
BinaryRecordInput.startVector(String tag) |
限定符和类型 | 方法和说明 |
---|---|
Index |
TypedBytesRecordInput.startMap(String tag) |
Index |
TypedBytesRecordInput.startVector(String tag) |
Copyright © 2009 The Apache Software Foundation