| Package | Description |
|---|---|
| io.ray.api.id |
| Modifier and Type | Field and Description |
|---|---|
static TaskId |
TaskId.NIL |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2020. All rights reserved.