Uses of Interface
io.ray.api.parallelactor.ParallelActorHandle
Packages that use ParallelActorHandle
-
Uses of ParallelActorHandle in io.ray.api.parallelactor
Methods in io.ray.api.parallelactor that return ParallelActorHandleModifier and TypeMethodDescription<A> ParallelActorHandle<A>ParallelActorContext.createParallelActorExecutor(int parallelism, RayFuncR<A> ctorFunc)ParallelActorCreator.remote()Methods in io.ray.api.parallelactor with parameters of type ParallelActorHandleModifier and TypeMethodDescription<A, R> ObjectRef<R>ParallelActorContext.submitTask(ParallelActorHandle<A> parallelActorHandle, int instanceId, RayFunc func, Object[] args)Constructors in io.ray.api.parallelactor with parameters of type ParallelActorHandleModifierConstructorDescriptionParallelActorInstance(ParallelActorHandle<A> parallelActorHandle, int instanceId)