Uses of Interface
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. 
 

Uses of Record in org.apache.hadoop.record
 

Methods in org.apache.hadoop.record with parameters of type Record
 void CsvOutputArchive.endRecord(Record r, String tag)
           
 void BinaryOutputArchive.endRecord(Record r, String tag)
           
 void OutputArchive.endRecord(Record r, String tag)
           
 void RecordReader.read(Record r)
          Deserialize a record
 void InputArchive.readRecord(Record r, String tag)
           
 void BinaryInputArchive.readRecord(Record r, String tag)
           
 void CsvOutputArchive.startRecord(Record r, String tag)
           
 void BinaryOutputArchive.startRecord(Record r, String tag)
           
 void OutputArchive.startRecord(Record r, String tag)
           
 void RecordWriter.write(Record r)
          Serialize a record
 void CsvOutputArchive.writeRecord(Record r, String tag)
           
 void BinaryOutputArchive.writeRecord(Record r, String tag)
           
 void OutputArchive.writeRecord(Record r, String tag)
           
 



Copyright © 2006 The Apache Software Foundation