storm.trident.state
Class CombinerValueUpdater

java.lang.Object
  extended by storm.trident.state.CombinerValueUpdater
All Implemented Interfaces:
ValueUpdater<Object>

public class CombinerValueUpdater
extends Object
implements ValueUpdater<Object>


Constructor Summary
CombinerValueUpdater(CombinerAggregator agg, Object arg)
           
 
Method Summary
 Object update(Object stored)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinerValueUpdater

public CombinerValueUpdater(CombinerAggregator agg,
                            Object arg)
Method Detail

update

public Object update(Object stored)
Specified by:
update in interface ValueUpdater<Object>


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