storm.trident.state.map
Class MapCombinerAggStateUpdater
java.lang.Object
storm.trident.state.map.MapCombinerAggStateUpdater
- All Implemented Interfaces:
- Serializable, Operation, StateUpdater<MapState>
public class MapCombinerAggStateUpdater
- extends Object
- implements StateUpdater<MapState>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapCombinerAggStateUpdater
public MapCombinerAggStateUpdater(CombinerAggregator agg,
Fields groupFields,
Fields inputFields)
updateState
public void updateState(MapState map,
List<TridentTuple> tuples,
TridentCollector collector)
- Specified by:
updateState in interface StateUpdater<MapState>
prepare
public void prepare(Map conf,
TridentOperationContext context)
- Specified by:
prepare in interface Operation
cleanup
public void cleanup()
- Specified by:
cleanup in interface Operation
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.