K - Type of the key by which state is keyed.@Internal public final class MultiStateKeyIterator<K> extends Object implements Iterator<K>
To read unique keys across all partitioned states callers must invoke remove().
| 构造器和说明 |
|---|
MultiStateKeyIterator(List<? extends org.apache.flink.api.common.state.StateDescriptor<?,?>> descriptors,
org.apache.flink.runtime.state.KeyedStateBackend<K> backend) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasNext() |
K |
next() |
void |
remove()
Removes the current key from ALL known states in the state backend.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.