| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.function | |
| io.ray.api.runtime |
| Constructor and Description |
|---|
CppActorCreator(CppActorClass cppActorClass,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
static CppActorClass |
CppActorClass.of(String createFunctionName,
String className)
Create a cpp actor class.
|
| Modifier and Type | Method and Description |
|---|---|
CppActorHandle |
RayRuntime.createActor(CppActorClass cppActorClass,
Object[] args,
ActorCreationOptions options)
Create a Cpp actor on a remote node.
|
Copyright © 2024. All rights reserved.