| Package | Description |
|---|---|
| io.ray.api | |
| io.ray.api.id | |
| io.ray.api.runtime | |
| io.ray.api.runtimecontext |
| Modifier and Type | Method and Description |
|---|---|
ActorId |
BaseActorHandle.getId()
Returns the id of this actor.
|
| Modifier and Type | Field and Description |
|---|---|
static ActorId |
ActorId.NIL |
| Modifier and Type | Method and Description |
|---|---|
static ActorId |
ActorId.fromByteBuffer(ByteBuffer bb) |
static ActorId |
ActorId.fromBytes(byte[] bytes) |
static ActorId |
ActorId.fromRandom()
Generate an ActorId with random value.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseActorHandle> |
RayRuntime.getActorHandle(ActorId actorId) |
| Modifier and Type | Method and Description |
|---|---|
ActorId |
RuntimeContext.getCurrentActorId()
Get the current actor ID.
|
Copyright © 2021. All rights reserved.