Package io.ray.api.call
package io.ray.api.call
-
Class SummaryClassDescriptionActorCreator<A>A helper to create java actor.A helper to call java actor method.BaseActorCreator<T extends BaseActorCreator>Base helper to create actor.BaseTaskCaller<T extends BaseTaskCaller<T>>Base helper to call remote function.A helper to create python actor.A helper to call python actor method.PyTaskCaller<R>A helper to call python remote function.TaskCaller<R>A helper to call java remote function.A helper to call java actor method which doesn't have a return value.A helper to call java remote function which doesn't have a return value.