| Package | Description |
|---|---|
| io.ray.api.call |
| Modifier and Type | Method and Description |
|---|---|
ActorCreator<A> |
ActorCreator.setConcurrencyGroups(ConcurrencyGroup... groups)
Set the concurrency groups for this actor to declare how to perform tasks concurrently.
|
ActorCreator<A> |
ActorCreator.setJvmOptions(List<String> jvmOptions)
Set the JVM options for the Java worker that this actor is running in.
|
ActorCreator<A> |
ActorCreator.setRuntimeEnv(RuntimeEnv runtimeEnv) |
Copyright © 2024. All rights reserved.