| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
CppActorHandle |
CppActorCreator.remote()
Create a cpp actor remotely and return a handle to the created actor.
|
| Constructor and Description |
|---|
CppActorTaskCaller(CppActorHandle actor,
CppActorMethod<R> method,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
CppActorHandle |
RayRuntime.createActor(CppActorClass cppActorClass,
Object[] args,
ActorCreationOptions options)
Create a Cpp actor on a remote node.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectRef |
RayRuntime.callActor(CppActorHandle cppActor,
CppActorMethod cppActorMethod,
Object[] args)
Invoke a remote Cpp function on an actor.
|
Copyright © 2023. All rights reserved.