V - Type of valuespublic interface WindowStoreIterator<V> extends KeyValueIterator<Long,V>, Closeable
KeyValue with key typed Long used for WindowStore.fetch(Object, long, long) and WindowStore.fetch(Object, Instant, Instant) Users must 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() |
peekNextKeyforEachRemaining, hasNext, next, removevoid close()
close in interface AutoCloseableclose in interface Closeableclose in interface KeyValueIterator<Long,V>