| Modifier and Type | Method and Description |
|---|---|
io.ray.api.ActorHandle<JobMaster> |
JobMaster.getJobMasterActor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobMaster.submitJob(io.ray.api.ActorHandle<JobMaster> jobMasterActor,
JobGraph jobGraph)
Submit job to run:
Using GraphManager to build physical plan according to the logical plan.
|
| Modifier and Type | Field and Description |
|---|---|
protected JobMaster |
BaseCoordinator.jobMaster |
| Constructor and Description |
|---|
BaseCoordinator(JobMaster jobMaster) |
CheckpointCoordinator(JobMaster jobMaster) |
FailoverCoordinator(JobMaster jobMaster,
AsyncRemoteCaller asyncRemoteCaller,
boolean isRecover) |
FailoverCoordinator(JobMaster jobMaster,
boolean isRecover) |
| Constructor and Description |
|---|
JobSchedulerImpl(JobMaster jobMaster) |
| Modifier and Type | Method and Description |
|---|---|
static io.ray.api.ObjectRef<byte[]> |
RemoteCallMaster.reportJobWorkerCommitAsync(io.ray.api.ActorHandle<JobMaster> actor,
WorkerCommitReport commitReport) |
static Boolean |
RemoteCallMaster.requestJobWorkerRollback(io.ray.api.ActorHandle<JobMaster> actor,
WorkerRollbackRequest rollbackRequest) |
| Modifier and Type | Method and Description |
|---|---|
io.ray.api.ActorHandle<JobMaster> |
JobWorkerContext.getMaster() |
| Constructor and Description |
|---|
JobWorkerContext(io.ray.api.ActorHandle<JobMaster> master,
ExecutionVertex executionVertex) |
Copyright © 2021. All rights reserved.