Uses of Interface
io.ray.api.PyActorHandle
Packages that use PyActorHandle
-
Uses of PyActorHandle in io.ray.api.call
Methods in io.ray.api.call that return PyActorHandleModifier and TypeMethodDescriptionPyActorCreator.remote()Create a python actor remotely and return a handle to the created actor.Constructors in io.ray.api.call with parameters of type PyActorHandleModifierConstructorDescriptionPyActorTaskCaller(PyActorHandle actor, PyActorMethod<R> method, Object[] args) -
Uses of PyActorHandle in io.ray.api.runtime
Methods in io.ray.api.runtime that return PyActorHandleModifier and TypeMethodDescriptionRayRuntime.createActor(PyActorClass pyActorClass, Object[] args, ActorCreationOptions options)Create a Python actor on a remote node.Methods in io.ray.api.runtime with parameters of type PyActorHandleModifier and TypeMethodDescriptionRayRuntime.callActor(PyActorHandle pyActor, PyActorMethod pyActorMethod, Object[] args)Invoke a remote Python function on an actor.