Uses of Class
org.apache.hadoop.record.Record
Packages that use Record
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 Record in org.apache.hadoop.record
Methods in org.apache.hadoop.record with parameters of type RecordModifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.voidDeprecated.Mark the end of a serialized record.voidBinaryRecordOutput.startRecord(Record r, String tag) Deprecated.voidCsvRecordOutput.startRecord(Record r, String tag) Deprecated.voidRecordOutput.startRecord(Record r, String tag) Deprecated.Mark the start of a record to be serialized.