Uses of Class
io.ray.api.WaitResult
Packages that use WaitResult
-
Uses of WaitResult in io.ray.api
Methods in io.ray.api that return WaitResultModifier and TypeMethodDescriptionstatic <T> WaitResult<T>Wait for a list of RayObjects to be locally available.static <T> WaitResult<T>Wait for a list of RayObjects to be locally available, until specified number of objects are ready.static <T> WaitResult<T>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>Wait for a list of RayObjects to be available, until specified number of objects are ready, or specified timeout has passed. -
Uses of WaitResult in io.ray.api.runtime
Methods in io.ray.api.runtime that return WaitResultModifier and TypeMethodDescription<T> WaitResult<T>Wait for a list of RayObjects to be available, until specified number of objects are ready, or specified timeout has passed.