| 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 |
|---|---|---|
void |
BinaryRecordOutput.endRecord(Record r,
java.lang.String tag) |
Deprecated.
|
void |
CsvRecordOutput.endRecord(Record r,
java.lang.String tag) |
Deprecated.
|
void |
RecordOutput.endRecord(Record r,
java.lang.String tag) |
Deprecated.
Mark the end of a serialized record.
|
void |
BinaryRecordOutput.startRecord(Record r,
java.lang.String tag) |
Deprecated.
|
void |
CsvRecordOutput.startRecord(Record r,
java.lang.String tag) |
Deprecated.
|
void |
RecordOutput.startRecord(Record r,
java.lang.String tag) |
Deprecated.
Mark the start of a record to be serialized.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TypedBytesRecordOutput.endRecord(Record r,
java.lang.String tag) |
|
void |
TypedBytesRecordOutput.startRecord(Record r,
java.lang.String tag) |
|
void |
TypedBytesWritableOutput.writeRecord(Record r) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.