| Package | Description |
|---|---|
| io.ray.api.parallelactor |
| Modifier and Type | Method and Description |
|---|---|
ParallelActorInstance<A> |
ParallelActorHandle.getInstance(int instanceId)
Get an execution instance of the parallel actor by the given instance ID.
|
| Constructor and Description |
|---|
ParallelActorTaskCaller(ParallelActorInstance instance,
RayFuncR<R> func,
Object[] args) |
VoidParallelActorTaskCaller(ParallelActorInstance instance,
RayFuncVoid func,
Object[] args) |
Copyright © 2023. All rights reserved.