| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.function |
| 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.
|
Copyright © 2020. All rights reserved.