| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.options | |
| io.ray.api.runtime | |
| io.ray.api.runtimecontext | |
| io.ray.api.runtimeenv |
| Modifier and Type | Method and Description |
|---|---|
ActorCreator<A> |
ActorCreator.setRuntimeEnv(RuntimeEnv runtimeEnv) |
T |
BaseTaskCaller.setRuntimeEnv(RuntimeEnv runtimeEnv)
Set the runtime env for this task to run the task in a specific environment.
|
| Modifier and Type | Method and Description |
|---|---|
CallOptions.Builder |
CallOptions.Builder.setRuntimeEnv(RuntimeEnv runtimeEnv) |
ActorCreationOptions.Builder |
ActorCreationOptions.Builder.setRuntimeEnv(RuntimeEnv runtimeEnv) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeEnv |
RayRuntime.createRuntimeEnv()
Create runtime env instance at runtime.
|
RuntimeEnv |
RayRuntime.deserializeRuntimeEnv(String serializedRuntimeEnv)
Deserialize runtime env instance at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeEnv |
RuntimeContext.getCurrentRuntimeEnv()
Get the runtime env of this worker.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeEnv |
RuntimeEnv.Builder.build() |
static RuntimeEnv |
RuntimeEnv.deserialize(String serializedRuntimeEnv)
Deserialize the runtime env from string.
|
Copyright © 2024. All rights reserved.