K - the type of the iterated objects, which are keys in RocksDB.public class RocksStateKeysIterator<K> extends Object implements Iterator<K>, AutoCloseable
RocksIteratorWrapper and Iterator to iterate over the keys. This class
is not thread safe.| 构造器和说明 |
|---|
RocksStateKeysIterator(RocksIteratorWrapper iterator,
String state,
org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer,
int keyGroupPrefixBytes,
boolean ambiguousKeyPossible,
byte[] namespaceBytes) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.