Uses of Interface
org.apache.flink.runtime.state.RestoreOperation
Packages that use RestoreOperation
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of RestoreOperation in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement RestoreOperationModifier and TypeClassDescriptionclassImplementation of operator state restore operation. -
Uses of RestoreOperation in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement RestoreOperationModifier and TypeClassDescriptionclassImplementation of heap restore operation.classImplementation of heap savepoint restore operation. -
Uses of RestoreOperation in org.apache.flink.runtime.state.restore
Classes in org.apache.flink.runtime.state.restore that implement RestoreOperationModifier and TypeClassDescriptionclassThe procedure of restoring state from a savepoint written with the unified binary format.