Uses of Interface
org.apache.flink.runtime.state.RestoreOperation
-
Packages that use RestoreOperation Package Description org.apache.flink.contrib.streaming.state.restore 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 org.apache.flink.state.forst.restore -
-
Uses of RestoreOperation in org.apache.flink.contrib.streaming.state.restore
Subinterfaces of RestoreOperation in org.apache.flink.contrib.streaming.state.restore Modifier and Type Interface Description interface
RocksDBRestoreOperation
Interface for RocksDB restore.Classes in org.apache.flink.contrib.streaming.state.restore that implement RestoreOperation Modifier and Type Class Description class
RocksDBFullRestoreOperation<K>
Encapsulates the process of restoring a RocksDB instance from a full snapshot.class
RocksDBHeapTimersFullRestoreOperation<K>
Encapsulates the process of restoring a RocksDB instance from a full snapshot.class
RocksDBIncrementalRestoreOperation<K>
Encapsulates the process of restoring a RocksDB instance from an incremental snapshot.class
RocksDBNoneRestoreOperation<K>
Encapsulates the process of initiating a RocksDB instance without 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. -
Uses of RestoreOperation in org.apache.flink.state.forst.restore
Subinterfaces of RestoreOperation in org.apache.flink.state.forst.restore Modifier and Type Interface Description interface
ForStRestoreOperation
Interface for ForSt restore.Classes in org.apache.flink.state.forst.restore that implement RestoreOperation Modifier and Type Class Description class
ForStIncrementalRestoreOperation<K>
Encapsulates the process of restoring a ForSt instance from an incremental snapshot.class
ForStNoneRestoreOperation
Encapsulates the process of initiating a ForSt instance without restore.
-