| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
PyActorHandle |
PyActorCreator.remote()
Create a python actor remotely and return a handle to the created actor.
|
| Constructor and Description |
|---|
PyActorTaskCaller(PyActorHandle actor,
PyActorMethod<R> method,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
PyActorHandle |
RayRuntime.createActor(PyActorClass pyActorClass,
Object[] args,
ActorCreationOptions options)
Create a Python actor on a remote node.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectRef |
RayRuntime.callActor(PyActorHandle pyActor,
PyActorMethod pyActorMethod,
Object[] args)
Invoke a remote Python function on an actor.
|
Copyright © 2021. All rights reserved.