Uses of Interface
org.apache.flink.runtime.state.KeyValueStateIterator
Packages that use KeyValueStateIterator
Package
Description
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 KeyValueStateIteratorModifier and TypeMethodDescriptionFullSnapshotResources.createKVStateIterator()Returns aKeyValueStateIteratorfor 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 KeyValueStateIteratorModifier and TypeClassDescriptionfinal classAKeyValueStateIteratorover Heap backend snapshot resources.