Class WindowsStateUpdater

java.lang.Object
org.apache.storm.trident.windowing.WindowsStateUpdater
All Implemented Interfaces:
Serializable, Operation, StateUpdater<WindowsState>

public class WindowsStateUpdater extends Object implements StateUpdater<WindowsState>
StateUpdater<WindowState> instance which removes successfully emitted triggers from store.
See Also: