| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.options | |
| io.ray.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
protected ActorCreationOptions |
BaseActorCreator.buildOptions() |
| Modifier and Type | Method and Description |
|---|---|
ActorCreationOptions |
ActorCreationOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
PyActorHandle |
RayRuntime.createActor(PyActorClass pyActorClass,
Object[] args,
ActorCreationOptions options)
Create a Python actor on a remote node.
|
<T> ActorHandle<T> |
RayRuntime.createActor(RayFunc actorFactoryFunc,
Object[] args,
ActorCreationOptions options)
Create an actor on a remote node.
|
Copyright © 2020. All rights reserved.