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

Packages that use Record
org.apache.hadoop.record 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 CsvRecordOutput.endRecord(Record r, java.lang.String tag)
           
 void RecordOutput.endRecord(Record r, java.lang.String tag)
          Mark the end of a serialized record.
 void BinaryRecordOutput.endRecord(Record r, java.lang.String tag)
           
 void XmlRecordOutput.endRecord(Record r, java.lang.String tag)
           
 void CsvRecordOutput.startRecord(Record r, java.lang.String tag)
           
 void RecordOutput.startRecord(Record r, java.lang.String tag)
          Mark the start of a record to be serialized.
 void BinaryRecordOutput.startRecord(Record r, java.lang.String tag)
           
 void XmlRecordOutput.startRecord(Record r, java.lang.String tag)
           
 

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

Subclasses of Record in org.apache.hadoop.record.meta
 class RecordTypeInfo
          A record's Type Information object which can read/write itself.
 



Copyright © 2009 The Apache Software Foundation