Uses of Class
io.ray.api.function.PyActorMethod
Packages that use PyActorMethod
-
Uses of PyActorMethod in io.ray.api.call
Constructors in io.ray.api.call with parameters of type PyActorMethodModifierConstructorDescriptionPyActorTaskCaller(PyActorHandle actor, PyActorMethod<R> method, Object[] args) -
Uses of PyActorMethod in io.ray.api.function
Methods in io.ray.api.function that return PyActorMethodModifier and TypeMethodDescriptionstatic PyActorMethod<Object>Create a python actor method.static <R> PyActorMethod<R>Create a python actor method. -
Uses of PyActorMethod in io.ray.api.runtime
Methods in io.ray.api.runtime with parameters of type PyActorMethodModifier and TypeMethodDescriptionRayRuntime.callActor(PyActorHandle pyActor, PyActorMethod pyActorMethod, Object[] args)Invoke a remote Python function on an actor.