| 程序包 | 说明 |
|---|---|
| io.ray.api.id | |
| io.ray.api.runtimecontext |
| 限定符和类型 | 字段和说明 |
|---|---|
static TaskId |
TaskId.NIL |
| 限定符和类型 | 方法和说明 |
|---|---|
static TaskId |
TaskId.fromByteBuffer(ByteBuffer bb)
Creates a TaskId from a ByteBuffer.
|
static TaskId |
TaskId.fromBytes(byte[] bytes)
Creates a TaskId from given bytes.
|
static TaskId |
TaskId.fromHexString(String hex)
Create a TaskId from a hex string.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TaskId |
RuntimeContext.getCurrentTaskId()
Get current task ID.
|
Copyright © 2021. All rights reserved.