Class WindowState.WindowPartition<T>
- java.lang.Object
-
- org.apache.storm.windowing.persistence.WindowState.WindowPartition<T>
-
-
Constructor Summary
Constructors Constructor Description WindowPartition(long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Event<T>>
getEvents()
long
getId()
Iterator<Event<T>>
iterator()
int
size()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-