| Package | Description |
|---|---|
| io.ray.api | |
| io.ray.api.runtime |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActorHandle<A>
A handle to a Java actor.
|
interface |
PyActorHandle
Handle of a Python actor.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends BaseActorHandle> |
Ray.getActor(String name)
Get a handle to a named actor of current job.
|
static <T extends BaseActorHandle> |
Ray.getGlobalActor(String name)
Get a handle to a global named actor.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseActorHandle> |
RayRuntime.getActor(String name,
boolean global)
Get a handle to a named actor.
|
<T extends BaseActorHandle> |
RayRuntime.getActorHandle(ActorId actorId) |
| Modifier and Type | Method and Description |
|---|---|
void |
RayRuntime.killActor(BaseActorHandle actor,
boolean noRestart)
Kill the actor immediately.
|
Copyright © 2021. All rights reserved.