| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoteCallPool.Callback<T> |
static interface |
RemoteCallPool.ExceptionHandler<T> |
| Constructor and Description |
|---|
RemoteCallPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindCallback(List<io.ray.api.ObjectRef<Object>> objectBundle,
RemoteCallPool.Callback<List<Object>> callback,
RemoteCallPool.ExceptionHandler<Throwable> onException) |
<T> void |
bindCallback(io.ray.api.ObjectRef<T> obj,
RemoteCallPool.Callback<T> callback,
RemoteCallPool.ExceptionHandler<Throwable> onException) |
void |
run() |
void |
stop() |
public <T> void bindCallback(io.ray.api.ObjectRef<T> obj,
RemoteCallPool.Callback<T> callback,
RemoteCallPool.ExceptionHandler<Throwable> onException)
public void bindCallback(List<io.ray.api.ObjectRef<Object>> objectBundle, RemoteCallPool.Callback<List<Object>> callback, RemoteCallPool.ExceptionHandler<Throwable> onException)
public void stop()
Copyright © 2021. All rights reserved.