Class SavepointResources<K>

java.lang.Object
org.apache.flink.runtime.state.SavepointResources<K>
Type Parameters:
K - type of the backend keys.

@Internal public class SavepointResources<K> extends Object
Savepoint resources for a KeyedStateBackend. This is only a container for the FullSnapshotResources that will be used by the SavepointSnapshotStrategy and gives the backend a way to tell the SnapshotStrategyRunner whether it prefers asynchronous or synchronous writing.