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.
|
public ActorTaskCaller(ActorHandle actor, RayFuncR<R> func, Object[] args)
Copyright © 2020. All rights reserved.