| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.function | |
| io.ray.api.runtime |
| Constructor and Description |
|---|
CppTaskCaller(CppFunction<R> func,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
static CppFunction<Object> |
CppFunction.of(String functionName)
Create a cpp function.
|
static <R> CppFunction<R> |
CppFunction.of(String functionName,
Class<R> returnType)
Create a cpp function.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectRef |
RayRuntime.call(CppFunction cppFunction,
Object[] args,
CallOptions options) |
Copyright © 2023. All rights reserved.