Uses of Class
org.apache.hadoop.io.BinaryComparable

Packages that use BinaryComparable
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
org.apache.hadoop.typedbytes Typed bytes are sequences of bytes in which the first byte is a type code. 
 

Uses of BinaryComparable in org.apache.hadoop.io
 

Subclasses of BinaryComparable in org.apache.hadoop.io
 class BytesWritable
          A byte sequence that is usable as a key or value.
 class Text
          This class stores text using standard UTF8 encoding.
 

Methods in org.apache.hadoop.io with parameters of type BinaryComparable
 int BinaryComparable.compareTo(BinaryComparable other)
          Compare bytes from {#getBytes()}.
 

Uses of BinaryComparable in org.apache.hadoop.mapred.lib
 

Methods in org.apache.hadoop.mapred.lib with parameters of type BinaryComparable
 int BinaryPartitioner.getPartition(BinaryComparable key, V value, int numPartitions)
          Use (the specified slice of the array returned by) getBytes() to partition.
 

Uses of BinaryComparable in org.apache.hadoop.typedbytes
 

Subclasses of BinaryComparable in org.apache.hadoop.typedbytes
 class TypedBytesWritable
          Writable for typed bytes.
 



Copyright © 2008 The Apache Software Foundation