|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordInput | |
---|---|
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.record.meta |
Uses of RecordInput in org.apache.hadoop.record |
---|
Classes in org.apache.hadoop.record that implement RecordInput | |
---|---|
class |
BinaryRecordInput
Deprecated. Replaced by Avro. |
class |
CsvRecordInput
Deprecated. Replaced by Avro. |
class |
XmlRecordInput
Deprecated. Replaced by Avro. |
Methods in org.apache.hadoop.record with parameters of type RecordInput | |
---|---|
void |
Record.deserialize(RecordInput rin)
Deprecated. Deserialize a record without a tag |
abstract void |
Record.deserialize(RecordInput rin,
String tag)
Deprecated. Deserialize a record with a tag (usually field name) |
Uses of RecordInput in org.apache.hadoop.record.meta |
---|
Methods in org.apache.hadoop.record.meta with parameters of type RecordInput | |
---|---|
void |
RecordTypeInfo.deserialize(RecordInput rin,
String tag)
Deprecated. Deserialize the type information for a record |
static void |
Utils.skip(RecordInput rin,
String tag,
TypeID typeID)
Deprecated. read/skip bytes from stream based on a type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |