| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager.web |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckpointCoordinator.restoreLatestCheckpointedState(Map<JobVertexID,ExecutionJobVertex> tasks,
boolean errorIfNoCheckpoint,
boolean allOrNothingState) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionJobVertex |
ExecutionVertex.getJobVertex() |
ExecutionJobVertex |
ExecutionGraph.getJobVertex(JobVertexID id) |
ExecutionJobVertex |
IntermediateResult.getProducer() |
| Modifier and Type | Method and Description |
|---|---|
Map<JobVertexID,ExecutionJobVertex> |
ExecutionGraph.getAllVertices() |
Iterable<ExecutionJobVertex> |
ExecutionGraph.getVerticesTopologically() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.enableSnaphotCheckpointing(long interval,
long checkpointTimeout,
List<ExecutionJobVertex> verticesToTrigger,
List<ExecutionJobVertex> verticesToWaitFor,
List<ExecutionJobVertex> verticesToCommitTo,
akka.actor.ActorSystem actorSystem) |
void |
ExecutionGraph.enableSnaphotCheckpointing(long interval,
long checkpointTimeout,
List<ExecutionJobVertex> verticesToTrigger,
List<ExecutionJobVertex> verticesToWaitFor,
List<ExecutionJobVertex> verticesToCommitTo,
akka.actor.ActorSystem actorSystem) |
void |
ExecutionGraph.enableSnaphotCheckpointing(long interval,
long checkpointTimeout,
List<ExecutionJobVertex> verticesToTrigger,
List<ExecutionJobVertex> verticesToWaitFor,
List<ExecutionJobVertex> verticesToCommitTo,
akka.actor.ActorSystem actorSystem) |
| Constructor and Description |
|---|
ExecutionVertex(ExecutionJobVertex jobVertex,
int subTaskIndex,
IntermediateResult[] producedDataSets,
scala.concurrent.duration.FiniteDuration timeout) |
ExecutionVertex(ExecutionJobVertex jobVertex,
int subTaskIndex,
IntermediateResult[] producedDataSets,
scala.concurrent.duration.FiniteDuration timeout,
long createTimestamp) |
IntermediateResult(IntermediateDataSetID id,
ExecutionJobVertex producer,
int numParallelProducers,
ResultPartitionType resultType) |
| Modifier and Type | Method and Description |
|---|---|
static String |
JsonFactory.toJson(ExecutionJobVertex jobVertex) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.