Apache REEF  0.16.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

◆ GetUrlResult()

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

Get http response for the given url

Parameters
url
Returns

Property Documentation

◆ AppId

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

Get Yarn application id after Job is submited

◆ DriverUrl

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

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

Get Application final state


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