Package io.ray.api.call
Class ActorTaskCaller<R>
java.lang.Object
io.ray.api.call.ActorTaskCaller<R>
- Type Parameters:
R- The type of the java actor method return value
A helper to call java actor method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionremote()Execute an java actor method remotely and return an object reference to the result object in the object store.setConcurrencyGroup(String name)
-
Constructor Details
-
ActorTaskCaller
-
-
Method Details
-
setConcurrencyGroup
-
remote
Execute an java 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.
-