Uses of Class
org.apache.hadoop.io.BinaryComparable
Packages that use BinaryComparable
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of BinaryComparable in org.apache.hadoop.io
Subclasses of BinaryComparable in org.apache.hadoop.ioModifier and TypeClassDescriptionclassA byte sequence that is usable as a key or value.classThis class stores text using standard UTF8 encoding.Methods in org.apache.hadoop.io with parameters of type BinaryComparableModifier and TypeMethodDescriptionintBinaryComparable.compareTo(BinaryComparable other) Compare bytes from {#getBytes()}. -
Uses of BinaryComparable in org.apache.hadoop.mapreduce.lib.partition
Methods in org.apache.hadoop.mapreduce.lib.partition with parameters of type BinaryComparableModifier and TypeMethodDescriptionintBinaryPartitioner.getPartition(BinaryComparable key, V value, int numPartitions) Use (the specified slice of the array returned by)getBytes()to partition.