V - Type of valuespublic interface WindowStoreIterator<V> extends KeyValueIterator<java.lang.Long,V>, java.io.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() |
peekNextKeyvoid close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in interface KeyValueIterator<java.lang.Long,V>