Uses of Interface
org.apache.flink.state.forst.restore.ForStRestoreOperation
-
Packages that use ForStRestoreOperation Package Description org.apache.flink.state.forst.restore -
-
Uses of ForStRestoreOperation in org.apache.flink.state.forst.restore
Classes in org.apache.flink.state.forst.restore that implement ForStRestoreOperation Modifier and Type Class Description classForStHeapTimersFullRestoreOperation<K>Encapsulates the process of restoring a ForStDB instance from a full snapshot.classForStIncrementalRestoreOperation<K>Encapsulates the process of restoring a ForSt instance from an incremental snapshot.classForStNoneRestoreOperationEncapsulates the process of initiating a ForSt instance without restore.
-