| Package | Description |
|---|---|
| io.ray.streaming.runtime.master | |
| io.ray.streaming.runtime.master.scheduler | |
| io.ray.streaming.runtime.worker.context |
| 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,
io.ray.streaming.jobgraph.JobGraph jobGraph)
Submit job to run:
Using GraphManager to build physical plan according to the logical plan.
Using ResourceManager to manage and allocate the resources.
Using JobScheduler to schedule the job to run.
|
| Constructor and Description |
|---|
JobSchedulerImpl(JobMaster jobMaster) |
| 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 © 2020. All rights reserved.