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

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

Classes in org.apache.hadoop.record that implement RecordInput
 class BinaryRecordInput
           
 class CsvRecordInput
           
 class XmlRecordInput
          XML Deserializer.
 

Methods in org.apache.hadoop.record with parameters of type RecordInput
 void Record.deserialize(RecordInput rin)
          Deserialize a record without a tag
abstract  void Record.deserialize(RecordInput rin, String tag)
          Deserialize a record with a tag (usually field name)
 

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

Methods in org.apache.hadoop.record.meta with parameters of type RecordInput
 void RecordTypeInfo.deserialize(RecordInput rin, String tag)
          Deserialize the type information for a record
static void Utils.skip(RecordInput rin, String tag, TypeID typeID)
          read/skip bytes from stream based on a type
 

Uses of RecordInput in org.apache.hadoop.typedbytes
 

Classes in org.apache.hadoop.typedbytes that implement RecordInput
 class TypedBytesRecordInput
          Serializer for records that writes typed bytes.
 



Copyright © 2009 The Apache Software Foundation