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

Inherited by Org.Apache.REEF.Client.Common.JobSubmissionResult.

Public Member Functions

string GetUrlResult (string url)
 Get http response for the given url More...
 

Properties

string DriverUrl [get]
 This method returns the url of http server running inside the driver. More...
 
FinalState FinalState [get]
 Get Application final state More...
 
string AppId [get]
 Get Yarn application id after Job is submited More...
 

Member Function Documentation

string Org.Apache.REEF.Client.Common.IJobSubmissionResult.GetUrlResult ( string  url)

Get http response for the given url

Parameters
url
Returns

Property Documentation

string Org.Apache.REEF.Client.Common.IJobSubmissionResult.AppId
get

Get Yarn application id after Job is submited

string Org.Apache.REEF.Client.Common.IJobSubmissionResult.DriverUrl
get

This method returns the url of http server running inside the driver.

e.g. http://hostname:port/

FinalState Org.Apache.REEF.Client.Common.IJobSubmissionResult.FinalState
get

Get Application final state


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