R - The type of the java actor method return valuepublic class ActorTaskCaller<R> extends Object
| 构造器和说明 |
|---|
ActorTaskCaller(ActorHandle actor,
RayFuncR<R> func,
Object[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2022. All rights reserved.