Uses of Package
org.apache.hadoop.record

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

Classes in org.apache.hadoop.record used by org.apache.hadoop.record
BinaryRecordInput
           
BinaryRecordOutput
           
Buffer
          A byte sequence that is used as a Java native type for buffer.
Index
          Interface that acts as an iterator for deserializing maps.
Record
          Abstract class that is extended by generated classes.
RecordComparator
          A raw record comparator base class
RecordInput
          Interface that all the Deserializers have to implement.
RecordOutput
          Interface that alll the serializers have to implement.
 

Classes in org.apache.hadoop.record used by org.apache.hadoop.record.meta
Record
          Abstract class that is extended by generated classes.
RecordInput
          Interface that all the Deserializers have to implement.
RecordOutput
          Interface that alll the serializers have to implement.
 

Classes in org.apache.hadoop.record used by org.apache.hadoop.typedbytes
Buffer
          A byte sequence that is used as a Java native type for buffer.
Index
          Interface that acts as an iterator for deserializing maps.
Record
          Abstract class that is extended by generated classes.
RecordInput
          Interface that all the Deserializers have to implement.
RecordOutput
          Interface that alll the serializers have to implement.
 



Copyright © 2009 The Apache Software Foundation