| Modifier and Type | Method and Description |
|---|---|
ExecutionGraph |
JobRuntimeContext.getExecutionGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobRuntimeContext.setExecutionGraph(ExecutionGraph executionGraph) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionGraph |
JobMasterRuntimeContext.getExecutionGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMasterRuntimeContext.setExecutionGraph(ExecutionGraph executionGraph) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionGraph |
GraphManagerImpl.buildExecutionGraph(JobGraph jobGraph) |
ExecutionGraph |
GraphManager.buildExecutionGraph(JobGraph jobGraph)
Build execution graph from job graph.
|
ExecutionGraph |
GraphManagerImpl.getExecutionGraph() |
ExecutionGraph |
GraphManager.getExecutionGraph()
Get execution graph.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceAssignmentView |
ResourceManagerImpl.assignResource(List<Container> containers,
ExecutionGraph executionGraph) |
| Modifier and Type | Method and Description |
|---|---|
ResourceAssignmentView |
ResourceAssignStrategy.assignResource(List<Container> containers,
ExecutionGraph executionGraph)
Assign
Container for ExecutionVertex |
| Modifier and Type | Method and Description |
|---|---|
ResourceAssignmentView |
PipelineFirstStrategy.assignResource(List<Container> containers,
ExecutionGraph executionGraph)
Assign resource to each execution vertex in the given execution graph.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<ExecutionVertex,JobWorkerContext> |
JobSchedulerImpl.buildWorkersContext(ExecutionGraph executionGraph)
Build workers context.
|
boolean |
JobSchedulerImpl.createWorkers(ExecutionGraph executionGraph)
Create JobWorker actors according to the physical plan.
|
protected void |
JobSchedulerImpl.prepareResourceAndCreateWorker(ExecutionGraph executionGraph)
Allocate job workers' resource then create job workers' actor.
|
boolean |
JobScheduler.scheduleJob(ExecutionGraph executionGraph)
Schedule streaming job using the physical plan.
|
boolean |
JobSchedulerImpl.scheduleJob(ExecutionGraph executionGraph) |
boolean |
JobSchedulerImpl.startWorkers(ExecutionGraph executionGraph,
long checkpointId)
Start JobWorkers according to the physical plan.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkerLifecycleController.startWorkers(ExecutionGraph executionGraph,
long lastCheckpointId,
int timeout)
Start JobWorkers to run task.
|
Copyright © 2021. All rights reserved.