storm.trident.operation.impl
Class IndexHashBatchToPartition

java.lang.Object
  extended by storm.trident.operation.impl.IndexHashBatchToPartition
All Implemented Interfaces:
java.io.Serializable, SingleEmitAggregator.BatchToPartition

public class IndexHashBatchToPartition
extends java.lang.Object
implements SingleEmitAggregator.BatchToPartition

See Also:
Serialized Form

Constructor Summary
IndexHashBatchToPartition()
           
 
Method Summary
 int partitionIndex(java.lang.Object batchId, int numPartitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexHashBatchToPartition

public IndexHashBatchToPartition()
Method Detail

partitionIndex

public int partitionIndex(java.lang.Object batchId,
                          int numPartitions)
Specified by:
partitionIndex in interface SingleEmitAggregator.BatchToPartition