public class JobSnapshottingSettings extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_SNAPSHOT_TIMEOUT
The default time in which pending checkpoints need to be acknowledged before timing out
|
| Constructor and Description |
|---|
JobSnapshottingSettings(List<JobVertexID> verticesToTrigger,
List<JobVertexID> verticesToAcknowledge,
List<JobVertexID> verticesToConfirm,
long checkpointInterval) |
JobSnapshottingSettings(List<JobVertexID> verticesToTrigger,
List<JobVertexID> verticesToAcknowledge,
List<JobVertexID> verticesToConfirm,
long checkpointInterval,
long checkpointTimeout) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCheckpointInterval() |
long |
getCheckpointTimeout() |
List<JobVertexID> |
getVerticesToAcknowledge() |
List<JobVertexID> |
getVerticesToConfirm() |
List<JobVertexID> |
getVerticesToTrigger() |
String |
toString() |
public static final long DEFAULT_SNAPSHOT_TIMEOUT
public JobSnapshottingSettings(List<JobVertexID> verticesToTrigger, List<JobVertexID> verticesToAcknowledge, List<JobVertexID> verticesToConfirm, long checkpointInterval)
public JobSnapshottingSettings(List<JobVertexID> verticesToTrigger, List<JobVertexID> verticesToAcknowledge, List<JobVertexID> verticesToConfirm, long checkpointInterval, long checkpointTimeout)
public List<JobVertexID> getVerticesToTrigger()
public List<JobVertexID> getVerticesToAcknowledge()
public List<JobVertexID> getVerticesToConfirm()
public long getCheckpointInterval()
public long getCheckpointTimeout()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.