Uses of Class
io.ray.api.parallelactor.ParallelActorInstance
Packages that use ParallelActorInstance
-
Uses of ParallelActorInstance in io.ray.api.parallelactor
Methods in io.ray.api.parallelactor that return ParallelActorInstanceModifier and TypeMethodDescriptionParallelActorHandle.getInstance(int instanceId)Get an execution instance of the parallel actor by the given instance ID.Constructors in io.ray.api.parallelactor with parameters of type ParallelActorInstanceModifierConstructorDescriptionParallelActorTaskCaller(ParallelActorInstance instance, RayFuncR<R> func, Object[] args)VoidParallelActorTaskCaller(ParallelActorInstance instance, RayFuncVoid func, Object[] args)