|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordInput | |
---|---|
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. |
Uses of RecordInput in org.apache.hadoop.record |
---|
Classes in org.apache.hadoop.record that implement RecordInput | |
---|---|
class |
BinaryRecordInput
|
class |
CsvRecordInput
|
Methods in org.apache.hadoop.record with parameters of type RecordInput | |
---|---|
void |
Record.deserialize(RecordInput rin)
Deserialize a record without a tag |
abstract void |
Record.deserialize(RecordInput rin,
String tag)
Deserialize a record with a tag (usually field name) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |