cascading.tuple.hadoop.util
Class HasherPartitioner

java.lang.Object
  extended by cascading.tuple.util.TupleHasher
      extended by cascading.tuple.hadoop.util.HasherPartitioner
All Implemented Interfaces:
org.apache.hadoop.mapred.JobConfigurable
Direct Known Subclasses:
CoGroupingPartitioner, GroupingPartitioner

public class HasherPartitioner
extends TupleHasher
implements org.apache.hadoop.mapred.JobConfigurable


Constructor Summary
HasherPartitioner()
           
 
Method Summary
 void configure(org.apache.hadoop.mapred.JobConf jobConf)
           
 
Methods inherited from class cascading.tuple.util.TupleHasher
hashCode, initialize, isNull, merge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasherPartitioner

public HasherPartitioner()
Method Detail

configure

public void configure(org.apache.hadoop.mapred.JobConf jobConf)
Specified by:
configure in interface org.apache.hadoop.mapred.JobConfigurable


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.