public class JobWorkerContext extends Object implements Serializable
| 构造器和说明 |
|---|
JobWorkerContext(io.ray.api.ActorHandle<JobMaster> master,
ExecutionVertex executionVertex) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,String> |
getConf() |
Map<String,String> |
getConfig() |
ExecutionVertex |
getExecutionVertex() |
String |
getJobName() |
io.ray.api.ActorHandle<JobMaster> |
getMaster() |
byte[] |
getPythonWorkerContextBytes() |
io.ray.api.id.ActorId |
getWorkerActorId() |
int |
getWorkerId() |
String |
getWorkerName() |
String |
toString() |
public JobWorkerContext(io.ray.api.ActorHandle<JobMaster> master, ExecutionVertex executionVertex)
public io.ray.api.id.ActorId getWorkerActorId()
public int getWorkerId()
public String getWorkerName()
public io.ray.api.ActorHandle<JobMaster> getMaster()
public ExecutionVertex getExecutionVertex()
public String getJobName()
public byte[] getPythonWorkerContextBytes()
Copyright © 2022. All rights reserved.