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() |
peekNextKey
void close()
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
close
in interface KeyValueIterator<java.lang.Long,V>