| 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.fromHexString(String hex)
Create a JobId from a given hex string.
|
static JobId |
JobId.fromInt(int value) |
| Modifier and Type | Method and Description |
|---|---|
JobId |
RuntimeContext.getCurrentJobId()
Get the current Job ID.
|
Copyright © 2020. All rights reserved.