Uses of Class
org.apache.hadoop.record.Record

Packages that use Record
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 Record in org.apache.hadoop.record
 

Methods in org.apache.hadoop.record with parameters of type Record
 void BinaryRecordOutput.endRecord(Record r, String tag)
          Deprecated.  
 void XmlRecordOutput.endRecord(Record r, String tag)
          Deprecated.  
 void RecordOutput.endRecord(Record r, String tag)
          Deprecated. Mark the end of a serialized record.
 void CsvRecordOutput.endRecord(Record r, String tag)
          Deprecated.  
 void BinaryRecordOutput.startRecord(Record r, String tag)
          Deprecated.  
 void XmlRecordOutput.startRecord(Record r, String tag)
          Deprecated.  
 void RecordOutput.startRecord(Record r, String tag)
          Deprecated. Mark the start of a record to be serialized.
 void CsvRecordOutput.startRecord(Record r, String tag)
          Deprecated.  
 

Uses of Record in org.apache.hadoop.record.meta
 

Subclasses of Record in org.apache.hadoop.record.meta
 class RecordTypeInfo
          Deprecated. Replaced by Avro.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.