Uses of Interface
org.apache.hadoop.record.RecordOutput
Packages that use RecordOutput
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 RecordOutput in org.apache.hadoop.record
Classes in org.apache.hadoop.record that implement RecordOutputModifier and TypeClassDescriptionclassDeprecated.Replaced by Avro.classDeprecated.Replaced by Avro.Methods in org.apache.hadoop.record with parameters of type RecordOutputModifier and TypeMethodDescriptionvoidRecord.serialize(RecordOutput rout) Deprecated.Serialize a record without a tagabstract voidRecord.serialize(RecordOutput rout, String tag) Deprecated.Serialize a record with tag (ususally field name)