Uses of Class
io.ray.api.call.BaseTaskCaller
Packages that use BaseTaskCaller
-
Uses of BaseTaskCaller in io.ray.api.call
Classes in io.ray.api.call with type parameters of type BaseTaskCallerModifier and TypeClassDescriptionclassBaseTaskCaller<T extends BaseTaskCaller<T>>Base helper to call remote function.Subclasses of BaseTaskCaller in io.ray.api.callModifier and TypeClassDescriptionclassPyTaskCaller<R>A helper to call python remote function.classTaskCaller<R>A helper to call java remote function.classA helper to call java remote function which doesn't have a return value.