| Package | Description |
|---|---|
| io.ray.api.runtimecontext |
| Modifier and Type | Field and Description |
|---|---|
ActorState |
ActorInfo.state |
| Modifier and Type | Method and Description |
|---|---|
static ActorState |
ActorState.fromValue(int value) |
static ActorState |
ActorState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActorState[] |
ActorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActorInfo> |
RuntimeContext.getAllActorInfo(JobId jobId,
ActorState actorState)
Get all actor information of Ray cluster filtered by job id or actor state.
|
| Constructor and Description |
|---|
ActorInfo(ActorId actorId,
ActorState state,
long numRestarts,
Address address,
String name) |
Copyright © 2024. All rights reserved.