org.apache.accumulo.server.master
Class RoundRobinPartitioner

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Partitioner<LogFileKey,LogFileValue>
      extended by org.apache.accumulo.server.master.RoundRobinPartitioner

public class RoundRobinPartitioner
extends org.apache.hadoop.mapreduce.Partitioner<LogFileKey,LogFileValue>


Constructor Summary
RoundRobinPartitioner()
           
 
Method Summary
 int getPartition(LogFileKey key, LogFileValue value, int numPartitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundRobinPartitioner

public RoundRobinPartitioner()
Method Detail

getPartition

public int getPartition(LogFileKey key,
                        LogFileValue value,
                        int numPartitions)
Specified by:
getPartition in class org.apache.hadoop.mapreduce.Partitioner<LogFileKey,LogFileValue>


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.