public class JobCheckpointingSettings extends Object implements Serializable
Constructor and Description |
---|
JobCheckpointingSettings(CheckpointCoordinatorConfiguration checkpointCoordinatorConfiguration,
SerializedValue<StateBackend> defaultStateBackend) |
JobCheckpointingSettings(CheckpointCoordinatorConfiguration checkpointCoordinatorConfiguration,
SerializedValue<StateBackend> defaultStateBackend,
TernaryBoolean changelogStateBackendEnabled,
SerializedValue<CheckpointStorage> defaultCheckpointStorage,
SerializedValue<MasterTriggerRestoreHook.Factory[]> masterHooks) |
Modifier and Type | Method and Description |
---|---|
CheckpointCoordinatorConfiguration |
getCheckpointCoordinatorConfiguration() |
SerializedValue<CheckpointStorage> |
getDefaultCheckpointStorage() |
SerializedValue<StateBackend> |
getDefaultStateBackend() |
SerializedValue<MasterTriggerRestoreHook.Factory[]> |
getMasterHooks() |
TernaryBoolean |
isChangelogStateBackendEnabled() |
String |
toString() |
public JobCheckpointingSettings(CheckpointCoordinatorConfiguration checkpointCoordinatorConfiguration, @Nullable SerializedValue<StateBackend> defaultStateBackend)
public JobCheckpointingSettings(CheckpointCoordinatorConfiguration checkpointCoordinatorConfiguration, @Nullable SerializedValue<StateBackend> defaultStateBackend, @Nullable TernaryBoolean changelogStateBackendEnabled, @Nullable SerializedValue<CheckpointStorage> defaultCheckpointStorage, @Nullable SerializedValue<MasterTriggerRestoreHook.Factory[]> masterHooks)
public CheckpointCoordinatorConfiguration getCheckpointCoordinatorConfiguration()
@Nullable public SerializedValue<StateBackend> getDefaultStateBackend()
public TernaryBoolean isChangelogStateBackendEnabled()
@Nullable public SerializedValue<CheckpointStorage> getDefaultCheckpointStorage()
@Nullable public SerializedValue<MasterTriggerRestoreHook.Factory[]> getMasterHooks()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.