Package org.apache.storm.trident.state
Interface ValueUpdater<T>
-
- All Known Implementing Classes:
CombinerValueUpdater
,ReducerValueUpdater
public interface ValueUpdater<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
update(T stored)
-