K - the type of the iterated objects, which are keys in RocksDB.public class RocksMultiStateKeysIterator<K> extends Object implements AutoCloseable, Iterator<K>
RocksIteratorWrapper and Iterator to iterate over
the keys. This class is not thread safe.| Constructor and Description |
|---|
RocksMultiStateKeysIterator(List<RocksIteratorWrapper> iterators,
List<String> states,
org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer,
int keyGroupPrefixBytes,
List<Boolean> ambiguousKeyPossibles,
byte[] namespaceBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
K |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.