public class JobCheckpointingSettings extends Object implements Serializable
Constructor and Description |
---|
JobCheckpointingSettings(List<JobVertexID> verticesToTrigger,
List<JobVertexID> verticesToAcknowledge,
List<JobVertexID> verticesToConfirm,
CheckpointCoordinatorConfiguration checkpointCoordinatorConfiguration,
org.apache.flink.util.SerializedValue<StateBackend> defaultStateBackend) |
JobCheckpointingSettings(List<JobVertexID> verticesToTrigger,
List<JobVertexID> verticesToAcknowledge,
List<JobVertexID> verticesToConfirm,
CheckpointCoordinatorConfiguration checkpointCoordinatorConfiguration,
org.apache.flink.util.SerializedValue<StateBackend> defaultStateBackend,
org.apache.flink.util.SerializedValue<MasterTriggerRestoreHook.Factory[]> masterHooks) |
Modifier and Type | Method and Description |
---|---|
CheckpointCoordinatorConfiguration |
getCheckpointCoordinatorConfiguration() |
org.apache.flink.util.SerializedValue<StateBackend> |
getDefaultStateBackend() |
org.apache.flink.util.SerializedValue<MasterTriggerRestoreHook.Factory[]> |
getMasterHooks() |
List<JobVertexID> |
getVerticesToAcknowledge() |
List<JobVertexID> |
getVerticesToConfirm() |
List<JobVertexID> |
getVerticesToTrigger() |
String |
toString() |
public JobCheckpointingSettings(List<JobVertexID> verticesToTrigger, List<JobVertexID> verticesToAcknowledge, List<JobVertexID> verticesToConfirm, CheckpointCoordinatorConfiguration checkpointCoordinatorConfiguration, @Nullable org.apache.flink.util.SerializedValue<StateBackend> defaultStateBackend)
public JobCheckpointingSettings(List<JobVertexID> verticesToTrigger, List<JobVertexID> verticesToAcknowledge, List<JobVertexID> verticesToConfirm, CheckpointCoordinatorConfiguration checkpointCoordinatorConfiguration, @Nullable org.apache.flink.util.SerializedValue<StateBackend> defaultStateBackend, @Nullable org.apache.flink.util.SerializedValue<MasterTriggerRestoreHook.Factory[]> masterHooks)
public List<JobVertexID> getVerticesToTrigger()
public List<JobVertexID> getVerticesToAcknowledge()
public List<JobVertexID> getVerticesToConfirm()
public CheckpointCoordinatorConfiguration getCheckpointCoordinatorConfiguration()
@Nullable public org.apache.flink.util.SerializedValue<StateBackend> getDefaultStateBackend()
@Nullable public org.apache.flink.util.SerializedValue<MasterTriggerRestoreHook.Factory[]> getMasterHooks()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.