org.apache.hadoop.yarn.client.api
Class YarnClientApplication

java.lang.Object
  extended by org.apache.hadoop.yarn.client.api.YarnClientApplication

@InterfaceAudience.Public
@InterfaceStability.Stable
public class YarnClientApplication
extends Object


Constructor Summary
YarnClientApplication(GetNewApplicationResponse newAppResponse, ApplicationSubmissionContext appContext)
           
 
Method Summary
 ApplicationSubmissionContext getApplicationSubmissionContext()
           
 GetNewApplicationResponse getNewApplicationResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YarnClientApplication

public YarnClientApplication(GetNewApplicationResponse newAppResponse,
                             ApplicationSubmissionContext appContext)
Method Detail

getNewApplicationResponse

public GetNewApplicationResponse getNewApplicationResponse()

getApplicationSubmissionContext

public ApplicationSubmissionContext getApplicationSubmissionContext()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.