| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.options |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseActorCreator.setLifetime(ActorLifetime lifetime) |
| Modifier and Type | Field and Description |
|---|---|
ActorLifetime |
ActorCreationOptions.lifetime |
| Modifier and Type | Method and Description |
|---|---|
static ActorLifetime |
ActorLifetime.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActorLifetime[] |
ActorLifetime.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActorCreationOptions.Builder |
ActorCreationOptions.Builder.setLifetime(ActorLifetime lifetime)
Declare the lifetime of this actor.
|
Copyright © 2024. All rights reserved.