| Package | Description |
|---|---|
| io.ray.api | |
| io.ray.api.exception | |
| 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 |
|---|---|
ActorId |
RayActorException.actorId |
ActorId |
PendingCallsLimitExceededException.actorId |
| Constructor and Description |
|---|
RayActorException(ActorId actorId) |
RayActorException(int pid,
String ipAddress,
ActorId actorId,
Throwable cause) |
| 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 | Field and Description |
|---|---|
ActorId |
ActorInfo.actorId |
| Modifier and Type | Method and Description |
|---|---|
ActorId |
RuntimeContext.getCurrentActorId()
Get the current actor ID.
|
| Constructor and Description |
|---|
ActorInfo(ActorId actorId,
ActorState state,
long numRestarts,
Address address,
String name) |
Copyright © 2024. All rights reserved.