Uses of Interface
org.apache.flink.runtime.state.KeyValueStateIterator
-
Packages that use KeyValueStateIterator Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.heap This package contains the classes for key/value state backends that store the state on the JVM heap as objects. -
-
Uses of KeyValueStateIterator in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return KeyValueStateIterator Modifier and Type Method Description KeyValueStateIterator
FullSnapshotResources. createKVStateIterator()
Returns aKeyValueStateIterator
for iterating over all key-value states for this snapshot resources. -
Uses of KeyValueStateIterator in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement KeyValueStateIterator Modifier and Type Class Description class
HeapKeyValueStateIterator
AKeyValueStateIterator
over Heap backend snapshot resources.
-