Uses of Interface
org.apache.flink.runtime.state.SnapshotResources
-
Packages that use SnapshotResources Package Description org.apache.flink.runtime.state -
-
Uses of SnapshotResources in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state with type parameters of type SnapshotResources Modifier and Type Interface Description interfaceSnapshotStrategy<S extends StateObject,SR extends SnapshotResources>Interface for different snapshot approaches in state backends.classSnapshotStrategyRunner<T extends StateObject,SR extends SnapshotResources>A class to execute aSnapshotStrategy.Subinterfaces of SnapshotResources in org.apache.flink.runtime.state Modifier and Type Interface Description interfaceFullSnapshotResources<K>ASnapshotResourcesto be used with the backend-independentFullSnapshotAsyncWriter.
-