Uses of Interface
org.apache.hadoop.record.RecordInput
Packages that use RecordInput
Package
Description
(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.
-
Uses of RecordInput in org.apache.hadoop.record
Classes in org.apache.hadoop.record that implement RecordInputMethods in org.apache.hadoop.record with parameters of type RecordInputModifier and TypeMethodDescriptionvoidRecord.deserialize(RecordInput rin) Deprecated.Deserialize a record without a tagabstract voidRecord.deserialize(RecordInput rin, String tag) Deprecated.Deserialize a record with a tag (usually field name)