Uses of Interface
io.ray.api.ActorHandle
Packages that use ActorHandle
-
Uses of ActorHandle in io.ray.api.call
Methods in io.ray.api.call that return ActorHandleModifier and TypeMethodDescriptionActorCreator.remote()Create a java actor remotely and return a handle to the created actor.Constructors in io.ray.api.call with parameters of type ActorHandleModifierConstructorDescriptionActorTaskCaller(ActorHandle actor, RayFuncR<R> func, Object[] args)VoidActorTaskCaller(ActorHandle actor, RayFuncVoid func, Object[] args) -
Uses of ActorHandle in io.ray.api.runtime
Methods in io.ray.api.runtime that return ActorHandleModifier and TypeMethodDescription<T> ActorHandle<T>RayRuntime.createActor(RayFunc actorFactoryFunc, Object[] args, ActorCreationOptions options)Create an actor on a remote node.Methods in io.ray.api.runtime with parameters of type ActorHandleModifier and TypeMethodDescriptionRayRuntime.callActor(ActorHandle<?> actor, RayFunc func, Object[] args, CallOptions options)Invoke a remote function on an actor.