| 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)
A convenient helper method for Ray.wait.
|
static <T> WaitResult<T> |
Ray.wait(List<ObjectRef<T>> waitList,
int numReturns)
A convenient helper method for Ray.wait.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
<T> WaitResult<T> |
RayRuntime.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.
|
Copyright © 2020. All rights reserved.