Uses of Interface
org.apache.flink.runtime.state.SnapshotStrategy
-
Packages that use SnapshotStrategy Package Description org.apache.flink.runtime.state -
-
Uses of SnapshotStrategy in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement SnapshotStrategy Modifier and Type Class Description class
SavepointSnapshotStrategy<K>
ASnapshotStrategy
that produces unified savepoints.Constructors in org.apache.flink.runtime.state with parameters of type SnapshotStrategy Constructor Description SnapshotStrategyRunner(String description, SnapshotStrategy<T,SR> snapshotStrategy, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry, SnapshotExecutionType executionType)
-