| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CsvRecordOutput. endRecord(Record r,
         String tag)Deprecated.  | 
| void | BinaryRecordOutput. endRecord(Record r,
         String tag)Deprecated.  | 
| void | RecordOutput. endRecord(Record r,
         String tag)Deprecated.  Mark the end of a serialized record. | 
| void | CsvRecordOutput. startRecord(Record r,
           String tag)Deprecated.  | 
| void | BinaryRecordOutput. startRecord(Record r,
           String tag)Deprecated.  | 
| void | RecordOutput. startRecord(Record r,
           String tag)Deprecated.  Mark the start of a record to be serialized. | 
Copyright © 2018 Apache Software Foundation. All rights reserved.