| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.concurrencygroup | |
| io.ray.api.options | |
| io.ray.api.runtime |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyGroup |
ConcurrencyGroupBuilder.build() |
| Modifier and Type | Field and Description |
|---|---|
List<ConcurrencyGroup> |
ActorCreationOptions.concurrencyGroups |
| Modifier and Type | Method and Description |
|---|---|
ActorCreationOptions.Builder |
ActorCreationOptions.Builder.setConcurrencyGroups(List<ConcurrencyGroup> concurrencyGroups)
Set the concurrency groups for this actor.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyGroup |
RayRuntime.createConcurrencyGroup(String name,
int maxConcurrency,
List<RayFunc> funcs)
Create concurrency group instance at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConcurrencyGroup> |
RayRuntime.extractConcurrencyGroups(RayFuncR<?> actorConstructorLambda) |
Copyright © 2024. All rights reserved.