| Modifier and Type | Method and Description |
|---|---|
ExecutionVertex |
ExecutionGraph.getExecutionVertexByActorId(io.ray.api.id.ActorId actorId)
Get specified execution vertex from current execution graph by actor id.
|
ExecutionVertex |
ExecutionGraph.getExecutionVertexByExecutionVertexId(int executionVertexId)
Get specified execution vertex from current execution graph by execution vertex id.
|
ExecutionVertex |
ExecutionEdge.getSourceExecutionVertex() |
ExecutionVertex |
ExecutionEdge.getTargetExecutionVertex() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionVertex> |
ExecutionGraph.getAllAddedExecutionVertices()
Get all execution vertices whose status is 'TO_ADD' from current execution graph.
|
List<ExecutionVertex> |
ExecutionGraph.getAllExecutionVertices()
Get all execution vertices from current execution graph.
|
List<ExecutionVertex> |
ExecutionJobVertex.getExecutionVertices() |
List<ExecutionVertex> |
ExecutionVertex.getInputVertices() |
List<ExecutionVertex> |
ExecutionVertex.getOutputVertices() |
| Modifier and Type | Method and Description |
|---|---|
String |
ExecutionVertex.getChannelIdByPeerVertex(ExecutionVertex peerVertex) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.setExecutionVertexMap(Map<Integer,ExecutionVertex> executionVertexMap) |
void |
ExecutionJobVertex.setExecutionVertices(List<ExecutionVertex> executionVertex) |
| Constructor and Description |
|---|
ExecutionEdge(ExecutionVertex sourceExecutionVertex,
ExecutionVertex targetExecutionVertex,
ExecutionJobEdge executionJobEdge) |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.allocateActor(ExecutionVertex vertex) |
void |
Container.releaseActor(ExecutionVertex vertex) |
| Constructor and Description |
|---|
WorkerRollbackRequest(ExecutionVertex executionVertex,
String hostname,
String msg,
boolean isForcedRollback) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<ExecutionVertex,JobWorkerContext> |
JobSchedulerImpl.buildWorkersContext(ExecutionGraph executionGraph)
Build workers context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobSchedulerImpl.destroyWorkers(List<ExecutionVertex> executionVertices)
Destroy JobWorkers according to the vertex infos.
|
protected boolean |
JobSchedulerImpl.initWorkers(Map<ExecutionVertex,JobWorkerContext> vertexToContextMap)
Init JobWorkers according to the vertex and context infos.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkerLifecycleController.createWorkers(List<ExecutionVertex> executionVertices) |
boolean |
WorkerLifecycleController.destroyWorkers(List<ExecutionVertex> executionVertices)
Stop and destroy JobWorkers' actor.
|
boolean |
WorkerLifecycleController.initWorkers(Map<ExecutionVertex,JobWorkerContext> vertexToContextMap,
int timeout)
Using context to init JobWorker.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteCall.ExecutionVertexContext |
GraphPbBuilder.buildExecutionVertexContext(ExecutionVertex executionVertex) |
RemoteCall.ExecutionVertexContext.ExecutionVertex |
GraphPbBuilder.buildVertex(ExecutionVertex executionVertex) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionVertex |
JobWorker.getExecutionVertex() |
| Constructor and Description |
|---|
JobWorker(ExecutionVertex executionVertex) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionVertex |
JobWorkerContext.getExecutionVertex() |
| Constructor and Description |
|---|
JobWorkerContext(io.ray.api.ActorHandle<JobMaster> master,
ExecutionVertex executionVertex) |
StreamingRuntimeContext(ExecutionVertex executionVertex,
Map<String,String> config,
int parallelism) |
Copyright © 2021. All rights reserved.