org.apache.accumulo.server.master
Class RoundRobinPartitioner
java.lang.Object
org.apache.hadoop.mapreduce.Partitioner<LogFileKey,LogFileValue>
org.apache.accumulo.server.master.RoundRobinPartitioner
public class RoundRobinPartitioner
- extends org.apache.hadoop.mapreduce.Partitioner<LogFileKey,LogFileValue>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoundRobinPartitioner
public RoundRobinPartitioner()
getPartition
public int getPartition(LogFileKey key,
LogFileValue value,
int numPartitions)
- Specified by:
getPartition
in class org.apache.hadoop.mapreduce.Partitioner<LogFileKey,LogFileValue>
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.