| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.function | |
| io.ray.api.runtime |
| Constructor and Description |
|---|
CppActorTaskCaller(CppActorHandle actor,
CppActorMethod<R> method,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
static CppActorMethod<Object> |
CppActorMethod.of(String methodName)
Create a cppthon actor method.
|
static <R> CppActorMethod<R> |
CppActorMethod.of(String methodName,
Class<R> returnType)
Create a cppthon actor method.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectRef |
RayRuntime.callActor(CppActorHandle cppActor,
CppActorMethod cppActorMethod,
Object[] args)
Invoke a remote Cpp function on an actor.
|
Copyright © 2024. All rights reserved.