Package io.ray.api.call
Class TaskCaller<R>
- Type Parameters:
R- The type of the java remote function return value
A helper to call java remote function.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.ray.api.call.BaseTaskCaller
buildOptions, setName, setPlacementGroup, setPlacementGroup, setResource, setResources, setRuntimeEnv
-
Constructor Details
-
TaskCaller
-
-
Method Details
-
remote
Execute a java function 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.
-