Uses of Interface
org.apache.flink.runtime.state.SnapshotResources
Packages that use SnapshotResources
-
Uses of SnapshotResources in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state with type parameters of type SnapshotResourcesModifier and TypeInterfaceDescriptioninterfaceSnapshotStrategy<S extends StateObject,SR extends SnapshotResources> Interface for different snapshot approaches in state backends.final classSnapshotStrategyRunner<T extends StateObject,SR extends SnapshotResources> A class to execute aSnapshotStrategy.Subinterfaces of SnapshotResources in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceASnapshotResourcesto be used with the backend-independentFullSnapshotAsyncWriter.