R - The type of the java actor method return valuepublic class ActorTaskCaller<R> extends Object
| Constructor and Description |
|---|
ActorTaskCaller(ActorHandle actor,
RayFuncR<R> func,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
ObjectRef<R> |
remote()
Execute an java actor method remotely and return an object reference to the result object in
the object store.
|
ActorTaskCaller<R> |
setConcurrencyGroup(String name) |
public ActorTaskCaller(ActorHandle actor, RayFuncR<R> func, Object[] args)
public ActorTaskCaller<R> setConcurrencyGroup(String name)
Copyright © 2023. All rights reserved.