public static class GenerateChunkedPermutedTables.MyPartitioner extends Object implements Partitioner<PairOfIntSignature,IntWritable>
| Constructor and Description |
|---|
GenerateChunkedPermutedTables.MyPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(JobConf conf) |
int |
getPartition(PairOfIntSignature key,
IntWritable value,
int numReducers) |
public GenerateChunkedPermutedTables.MyPartitioner()
public void configure(JobConf conf)
configure in interface JobConfigurablepublic int getPartition(PairOfIntSignature key, IntWritable value, int numReducers)
getPartition in interface Partitioner<PairOfIntSignature,IntWritable>