| Constructor and Description |
|---|
CheckpointCoordinator(org.apache.flink.api.common.JobID job,
CheckpointCoordinatorConfiguration chkConfig,
ExecutionVertex[] tasksToTrigger,
ExecutionVertex[] tasksToWaitFor,
ExecutionVertex[] tasksToCommitTo,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore completedCheckpointStore,
StateBackend checkpointStateBackend,
Executor executor,
ScheduledExecutor timer,
SharedStateRegistryFactory sharedStateRegistryFactory,
CheckpointFailureManager failureManager) |
CheckpointCoordinator(org.apache.flink.api.common.JobID job,
CheckpointCoordinatorConfiguration chkConfig,
ExecutionVertex[] tasksToTrigger,
ExecutionVertex[] tasksToWaitFor,
ExecutionVertex[] tasksToCommitTo,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore completedCheckpointStore,
StateBackend checkpointStateBackend,
Executor executor,
ScheduledExecutor timer,
SharedStateRegistryFactory sharedStateRegistryFactory,
CheckpointFailureManager failureManager) |
CheckpointCoordinator(org.apache.flink.api.common.JobID job,
CheckpointCoordinatorConfiguration chkConfig,
ExecutionVertex[] tasksToTrigger,
ExecutionVertex[] tasksToWaitFor,
ExecutionVertex[] tasksToCommitTo,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore completedCheckpointStore,
StateBackend checkpointStateBackend,
Executor executor,
ScheduledExecutor timer,
SharedStateRegistryFactory sharedStateRegistryFactory,
CheckpointFailureManager failureManager) |
CheckpointCoordinator(org.apache.flink.api.common.JobID job,
CheckpointCoordinatorConfiguration chkConfig,
ExecutionVertex[] tasksToTrigger,
ExecutionVertex[] tasksToWaitFor,
ExecutionVertex[] tasksToCommitTo,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore completedCheckpointStore,
StateBackend checkpointStateBackend,
Executor executor,
ScheduledExecutor timer,
SharedStateRegistryFactory sharedStateRegistryFactory,
CheckpointFailureManager failureManager,
Clock clock) |
CheckpointCoordinator(org.apache.flink.api.common.JobID job,
CheckpointCoordinatorConfiguration chkConfig,
ExecutionVertex[] tasksToTrigger,
ExecutionVertex[] tasksToWaitFor,
ExecutionVertex[] tasksToCommitTo,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore completedCheckpointStore,
StateBackend checkpointStateBackend,
Executor executor,
ScheduledExecutor timer,
SharedStateRegistryFactory sharedStateRegistryFactory,
CheckpointFailureManager failureManager,
Clock clock) |
CheckpointCoordinator(org.apache.flink.api.common.JobID job,
CheckpointCoordinatorConfiguration chkConfig,
ExecutionVertex[] tasksToTrigger,
ExecutionVertex[] tasksToWaitFor,
ExecutionVertex[] tasksToCommitTo,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore completedCheckpointStore,
StateBackend checkpointStateBackend,
Executor executor,
ScheduledExecutor timer,
SharedStateRegistryFactory sharedStateRegistryFactory,
CheckpointFailureManager failureManager,
Clock clock) |
| Constructor and Description |
|---|
PendingCheckpoint(org.apache.flink.api.common.JobID jobId,
long checkpointId,
long checkpointTimestamp,
Map<ExecutionAttemptID,ExecutionVertex> verticesToConfirm,
Collection<String> masterStateIdentifiers,
CheckpointProperties props,
CheckpointStorageLocation targetLocation,
Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
static TaskDeploymentDescriptorFactory |
TaskDeploymentDescriptorFactory.fromExecutionVertex(ExecutionVertex executionVertex,
int attemptNumber) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionVertex |
IntermediateResultPartition.getProducer() |
ExecutionVertex |
ExecutionEdge.getTarget() |
ExecutionVertex[] |
ExecutionJobVertex.getTaskVertices() |
ExecutionVertex |
Execution.getVertex() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ExecutionVertex> |
ExecutionGraph.getAllExecutionVertices() |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<Void> |
SchedulingUtils.schedule(ScheduleMode scheduleMode,
Iterable<ExecutionVertex> vertices,
ExecutionGraph executionGraph) |
static CompletableFuture<Void> |
SchedulingUtils.scheduleEager(Iterable<ExecutionVertex> vertices,
ExecutionGraph executionGraph)
Schedule vertices eagerly.
|
static CompletableFuture<Void> |
SchedulingUtils.scheduleLazy(Iterable<ExecutionVertex> vertices,
ExecutionGraph executionGraph)
Schedule vertices lazy.
|
| Constructor and Description |
|---|
ArchivedExecutionVertex(ExecutionVertex vertex) |
Execution(Executor executor,
ExecutionVertex vertex,
int attemptNumber,
long globalModVersion,
long startTimestamp,
org.apache.flink.api.common.time.Time rpcTimeout)
Creates a new Execution attempt.
|
ExecutionEdge(IntermediateResultPartition source,
ExecutionVertex target,
int inputNum) |
IntermediateResultPartition(IntermediateResult totalResult,
ExecutionVertex producer,
int partitionNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestartIndividualStrategy.performExecutionVertexRestart(ExecutionVertex vertexToRecover,
long globalModVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionVertex |
SchedulerBase.getExecutionVertex(ExecutionVertexID executionVertexId) |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionVertexSchedulingRequirements |
ExecutionVertexSchedulingRequirementsMapper.from(ExecutionVertex executionVertex) |
static ResourceProfile |
ExecutionVertexSchedulingRequirementsMapper.getPhysicalSlotResourceProfile(ExecutionVertex executionVertex)
Get resource profile of the physical slot to allocate a logical slot in for the given vertex.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.