Class SavepointSnapshotStrategy<K>

java.lang.Object
org.apache.flink.runtime.state.SavepointSnapshotStrategy<K>
All Implemented Interfaces:
SnapshotStrategy<KeyedStateHandle,FullSnapshotResources<K>>

public class SavepointSnapshotStrategy<K> extends Object implements SnapshotStrategy<KeyedStateHandle,FullSnapshotResources<K>>
A SnapshotStrategy that produces unified savepoints.

See FullSnapshotRestoreOperation for an explanation of the file layout of a savepoint.

See Also: