E
- Type of valuespublic interface WindowStoreIterator<E> extends java.util.Iterator<KeyValue<java.lang.Long,E>>, java.io.Closeable
KeyValue
with key typed Long
used for WindowStore.fetch(Object, long, long)
.
Users need to call its close
method explicitly upon completeness to release resources,
or use try-with-resources statement (available since JDK7) for this Closeable
class.Modifier and Type | Method and Description |
---|---|
void |
close() |