| Package | Description |
|---|---|
| io.ray.api | |
| io.ray.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
static <T> WaitResult<T> |
Ray.wait(List<ObjectRef<T>> waitList)
Wait for a list of RayObjects to be locally available.
|
static <T> WaitResult<T> |
Ray.wait(List<ObjectRef<T>> waitList,
int numReturns)
Wait for a list of RayObjects to be locally available, until specified number of objects are
ready.
|
static <T> WaitResult<T> |
Ray.wait(List<ObjectRef<T>> waitList,
int numReturns,
int timeoutMs)
Wait for a list of RayObjects to be locally available, until specified number of objects are
ready, or specified timeout has passed.
|
static <T> WaitResult<T> |
Ray.wait(List<ObjectRef<T>> waitList,
int numReturns,
int timeoutMs,
boolean fetchLocal)
Wait for a list of RayObjects to be available, until specified number of objects are ready, or
specified timeout has passed.
|
| Modifier and Type | Method and Description |
|---|---|
<T> WaitResult<T> |
RayRuntime.wait(List<ObjectRef<T>> waitList,
int numReturns,
int timeoutMs,
boolean fetchLocal)
Wait for a list of RayObjects to be available, until specified number of objects are ready, or
specified timeout has passed.
|
Copyright © 2023. All rights reserved.