Uses of Interface
org.apache.hadoop.mapred.Partitioner
Packages that use Partitioner
-
Uses of Partitioner in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return types with arguments of type PartitionerMethods in org.apache.hadoop.mapred with parameters of type PartitionerModifier and TypeMethodDescriptionstatic <K extends WritableComparable,V extends Writable>
WritableMapFileOutputFormat.getEntry(org.apache.hadoop.io.MapFile.Reader[] readers, Partitioner<K, V> partitioner, K key, V value) Get an entry from output generated by this class.Method parameters in org.apache.hadoop.mapred with type arguments of type PartitionerModifier and TypeMethodDescriptionvoidJobConf.setPartitionerClass(Class<? extends Partitioner> theClass) -
Uses of Partitioner in org.apache.hadoop.mapred.lib
Classes in org.apache.hadoop.mapred.lib that implement PartitionerModifier and TypeClassDescriptionclassPartitionBinaryComparablekeys using a configurable part of the bytes array returned byBinaryComparable.getBytes().classHashPartitioner<K2,V2> Partition keys by theirObject.hashCode().classKeyFieldBasedPartitioner<K2,V2> Defines a way to partition keys based on certain key fields (also seeKeyFieldBasedComparator.classPartitioner effecting a total order by reading split points from an externally generated source.