Interface PeekingKeyValueIterator<K,V>
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,java.util.Iterator<KeyValue<K,V>>
,KeyValueIterator<K,V>
- All Known Implementing Classes:
DelegatingPeekingKeyValueIterator
public interface PeekingKeyValueIterator<K,V> extends KeyValueIterator<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyValue<K,V>
peekNext()
-
Methods inherited from interface org.apache.kafka.streams.state.KeyValueIterator
close, peekNextKey
-
-