storm.trident.state
Interface ValueUpdater<T>

All Known Implementing Classes:
CombinerValueUpdater, ReducerValueUpdater

public interface ValueUpdater<T>


Method Summary
 T update(T stored)
           
 

Method Detail

update

T update(T stored)