| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.function | |
| io.ray.api.parallelactor | |
| io.ray.api.runtime |
| Constructor and Description |
|---|
ActorCreator(RayFuncR<A> func,
Object[] args) |
ActorTaskCaller(ActorHandle actor,
RayFuncR<R> func,
Object[] args) |
TaskCaller(RayFuncR<R> func,
Object[] args) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RayFunc0<R>
Functional interface for a remote function that has 0 parameter.
|
interface |
RayFunc1<T0,R>
Functional interface for a remote function that has 1 parameter.
|
interface |
RayFunc2<T0,T1,R>
Functional interface for a remote function that has 2 parameters.
|
interface |
RayFunc3<T0,T1,T2,R>
Functional interface for a remote function that has 3 parameters.
|
interface |
RayFunc4<T0,T1,T2,T3,R>
Functional interface for a remote function that has 4 parameters.
|
interface |
RayFunc5<T0,T1,T2,T3,T4,R>
Functional interface for a remote function that has 5 parameters.
|
interface |
RayFunc6<T0,T1,T2,T3,T4,T5,R>
Functional interface for a remote function that has 6 parameters.
|
| Modifier and Type | Method and Description |
|---|---|
<A> ParallelActorHandle<A> |
ParallelActorContext.createParallelActorExecutor(int parallelism,
RayFuncR<A> ctorFunc) |
| Constructor and Description |
|---|
ParallelActorCreator(RayFuncR<A> func,
Object[] args) |
ParallelActorTaskCaller(ParallelActorInstance instance,
RayFuncR<R> func,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
List<ConcurrencyGroup> |
RayRuntime.extractConcurrencyGroups(RayFuncR<?> actorConstructorLambda) |
Copyright © 2023. All rights reserved.