| 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.typedbytes |
Typed bytes are sequences of bytes in which the first byte is a type code.
|
| Modifier and Type | Method | Description |
|---|---|---|
Index |
BinaryRecordInput.startMap(java.lang.String tag) |
Deprecated.
|
Index |
RecordInput.startMap(java.lang.String tag) |
Deprecated.
Check the mark for start of the serialized map.
|
Index |
BinaryRecordInput.startVector(java.lang.String tag) |
Deprecated.
|
Index |
RecordInput.startVector(java.lang.String tag) |
Deprecated.
Check the mark for start of the serialized vector.
|
| Modifier and Type | Method | Description |
|---|---|---|
Index |
TypedBytesRecordInput.startMap(java.lang.String tag) |
|
Index |
TypedBytesRecordInput.startVector(java.lang.String tag) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.