Package org.apache.flink.runtime.state
Class SavepointResources<K>
java.lang.Object
org.apache.flink.runtime.state.SavepointResources<K>
- Type Parameters:
K- type of the backend keys.
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.-
Constructor Summary
ConstructorsConstructorDescriptionSavepointResources(FullSnapshotResources<K> snapshotResources, SnapshotExecutionType preferredSnapshotExecutionType) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SavepointResources
public SavepointResources(FullSnapshotResources<K> snapshotResources, SnapshotExecutionType preferredSnapshotExecutionType)
-
-
Method Details
-
getSnapshotResources
-
getPreferredSnapshotExecutionType
-