Uses of Class
io.ray.api.options.CallOptions
Packages that use CallOptions
-
Uses of CallOptions in io.ray.api.call
Methods in io.ray.api.call that return CallOptions -
Uses of CallOptions in io.ray.api.options
Methods in io.ray.api.options that return CallOptions -
Uses of CallOptions in io.ray.api.runtime
Methods in io.ray.api.runtime with parameters of type CallOptionsModifier and TypeMethodDescriptionRayRuntime.call(PyFunction pyFunction, Object[] args, CallOptions options)Invoke a remote Python function.RayRuntime.call(RayFunc func, Object[] args, CallOptions options)Invoke a remote function.RayRuntime.callActor(ActorHandle<?> actor, RayFunc func, Object[] args, CallOptions options)Invoke a remote function on an actor.