Class WindowState<T>

java.lang.Object
java.util.AbstractCollection<Event<T>>
org.apache.storm.windowing.persistence.WindowState<T>
All Implemented Interfaces:
Iterable<Event<T>>, Collection<Event<T>>

public class WindowState<T> extends AbstractCollection<Event<T>>
A wrapper around the window related states that are checkpointed.