Uses of Class
org.apache.hadoop.mapreduce.lib.partition.TotalOrderPartitioner

Packages that use TotalOrderPartitioner
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
 

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

Subclasses of TotalOrderPartitioner in org.apache.hadoop.mapred.lib
 class TotalOrderPartitioner<K extends WritableComparable<?>,V>
          Partitioner effecting a total order by reading split points from an externally generated source.
 



Copyright © 2009 The Apache Software Foundation