Class TaskCaller<R>

Type Parameters:
R - The type of the java remote function return value

public class TaskCaller<R> extends BaseTaskCaller<TaskCaller<R>>
A helper to call java remote function.
  • Constructor Details

  • Method Details

    • remote

      public ObjectRef<R> remote()
      Execute a java function remotely and return an object reference to the result object in the object store.
      Returns:
      an object reference to an object in the object store.