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

Interface for job submission on a REEF cluster More...

Inherited by Org.Apache.REEF.Client.Local.LocalClient, Org.Apache.REEF.Client.Yarn.YarnREEFClient, and Org.Apache.REEF.Client.YARN.YarnREEFDotNetClient.

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...
 
Task< FinalStateGetJobFinalStatus (string appId)
 Returns the application status in running the job More...
 

Detailed Description

Interface for job submission on a REEF cluster

Member Function Documentation

Task<FinalState> Org.Apache.REEF.Client.API.IREEFClient.GetJobFinalStatus ( string  appId)

Returns the application status in running the job

Parameters
appId
Returns

Implemented in Org.Apache.REEF.Client.Local.LocalClient, and Org.Apache.REEF.Client.YARN.YarnREEFDotNetClient.

void Org.Apache.REEF.Client.API.IREEFClient.Submit ( JobRequest  jobRequest)

Submit the job described in jobRequest to the cluster.

Parameters
jobRequest

Implemented in Org.Apache.REEF.Client.Local.LocalClient, and Org.Apache.REEF.Client.YARN.YarnREEFDotNetClient.

IJobSubmissionResult Org.Apache.REEF.Client.API.IREEFClient.SubmitAndGetJobStatus ( JobRequest  jobRequest)

Submit the job described in jobRequest to the cluster.

Expect IJobSubmissionResult returned after the call.

Parameters
jobRequest
Returns
IJobSubmissionResult

Implemented in Org.Apache.REEF.Client.Local.LocalClient, and Org.Apache.REEF.Client.YARN.YarnREEFDotNetClient.


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