| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
ActorHandle<A> |
ActorCreator.remote()
Create a java actor remotely and return a handle to the created actor.
|
| Constructor and Description |
|---|
ActorTaskCaller(ActorHandle actor,
RayFuncR<R> func,
Object[] args) |
VoidActorTaskCaller(ActorHandle actor,
RayFuncVoid func,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
<T> ActorHandle<T> |
RayRuntime.createActor(RayFunc actorFactoryFunc,
Object[] args,
ActorCreationOptions options)
Create an actor on a remote node.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectRef |
RayRuntime.callActor(ActorHandle<?> actor,
RayFunc func,
Object[] args)
Invoke a remote function on an actor.
|
Copyright © 2020. All rights reserved.