This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Client.Local.LocalClient Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Client.Local.LocalClient Class Reference

An implementation of the REEF interface using an external Java program More...

Inherits Org.Apache.REEF.Client.API.IREEFClient.

Public Member Functions

void Submit (JobRequest jobRequest)
 Submit the job described in jobRequest to the cluster. More...
 
IJobSubmissionResult SubmitAndGetJobStatus (JobRequest jobRequest)
 Submit the job described in jobRequest to the cluster. More...
 
async Task< FinalStateGetJobFinalStatus (string appId)
 Return current Job status More...
 

Detailed Description

An implementation of the REEF interface using an external Java program

Member Function Documentation

async Task<FinalState> Org.Apache.REEF.Client.Local.LocalClient.GetJobFinalStatus ( string  appId)
inline

Return current Job status

Returns

TODO: REEF-889

Implements Org.Apache.REEF.Client.API.IREEFClient.

void Org.Apache.REEF.Client.Local.LocalClient.Submit ( JobRequest  jobRequest)
inline

Submit the job described in jobRequest to the cluster.

Parameters
jobRequest

Implements Org.Apache.REEF.Client.API.IREEFClient.

IJobSubmissionResult Org.Apache.REEF.Client.Local.LocalClient.SubmitAndGetJobStatus ( JobRequest  jobRequest)
inline

Submit the job described in jobRequest to the cluster.

Expect IJobSubmissionResult returned after the call.

Parameters
jobRequest
Returns
IJobSubmissionResult

Implements Org.Apache.REEF.Client.API.IREEFClient.


The documentation for this class was generated from the following file: