Package io.ray.api.call
Class PyActorTaskCaller<R>
java.lang.Object
io.ray.api.call.PyActorTaskCaller<R>
- Type Parameters:
R- The type of the python actor method return value
A helper to call python actor method.
-
Constructor Summary
ConstructorsConstructorDescriptionPyActorTaskCaller(PyActorHandle actor, PyActorMethod<R> method, Object[] args) -
Method Summary
-
Constructor Details
-
PyActorTaskCaller
-
-
Method Details
-
remote
Execute a python actor method remotely and return an object reference to the result object in the object store.- Returns:
- an object reference to an object in the object store.
-