Uses of Interface
org.apache.hadoop.record.RecordOutput

Packages that use RecordOutput
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   
org.apache.hadoop.typedbytes Typed bytes are sequences of bytes in which the first byte is a type code. 
 

Uses of RecordOutput in org.apache.hadoop.record
 

Classes in org.apache.hadoop.record that implement RecordOutput
 class BinaryRecordOutput
           
 class CsvRecordOutput
           
 class XmlRecordOutput
          XML Serializer.
 

Methods in org.apache.hadoop.record with parameters of type RecordOutput
 void Record.serialize(RecordOutput rout)
          Serialize a record without a tag
abstract  void Record.serialize(RecordOutput rout, String tag)
          Serialize a record with tag (ususally field name)
 

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

Methods in org.apache.hadoop.record.meta with parameters of type RecordOutput
 void RecordTypeInfo.serialize(RecordOutput rout, String tag)
          Serialize the type information for a record
 

Uses of RecordOutput in org.apache.hadoop.typedbytes
 

Classes in org.apache.hadoop.typedbytes that implement RecordOutput
 class TypedBytesRecordOutput
          Deserialized for records that reads typed bytes.
 



Copyright © 2009 The Apache Software Foundation