| Package | Description |
|---|---|
| io.ray.api.id | |
| io.ray.api.runtimecontext |
| Modifier and Type | Field and Description |
|---|---|
static JobId |
JobId.NIL |
| Modifier and Type | Method and Description |
|---|---|
static JobId |
JobId.fromByteBuffer(ByteBuffer bb)
Creates a JobId from the given ByteBuffer.
|
static JobId |
JobId.fromBytes(byte[] bytes)
Create a JobId from byte array.
|
static JobId |
JobId.fromHexString(String hex)
Create a JobId from a given hex string.
|
static JobId |
JobId.fromInt(int value) |
JobId |
ActorId.getJobId() |
| Modifier and Type | Method and Description |
|---|---|
JobId |
RuntimeContext.getCurrentJobId()
Get the current Job ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActorInfo> |
RuntimeContext.getAllActorInfo(JobId jobId,
ActorState actorState)
Get all actor information of Ray cluster filtered by job id or actor state.
|
Copyright © 2024. All rights reserved.