Uses of Interface
org.apache.flink.runtime.state.RestoreOperation
-
Packages that use RestoreOperation 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.org.apache.flink.runtime.state.restore -
-
Uses of RestoreOperation in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement RestoreOperation Modifier and Type Class Description class
OperatorStateRestoreOperation
Implementation 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 RestoreOperation Modifier and Type Class Description class
HeapRestoreOperation<K>
Implementation of heap restore operation.class
HeapSavepointRestoreOperation<K>
Implementation 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 RestoreOperation Modifier and Type Class Description class
FullSnapshotRestoreOperation<K>
The procedure of restoring state from a savepoint written with the unified binary format.
-