org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class NewApplication

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.NewApplication

public class NewApplication
extends Object


Constructor Summary
NewApplication()
           
NewApplication(String appId, ResourceInfo maxResources)
           
 
Method Summary
 String getApplicationId()
           
 ResourceInfo getMaximumResourceCapability()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewApplication

public NewApplication()

NewApplication

public NewApplication(String appId,
                      ResourceInfo maxResources)
Method Detail

getApplicationId

public String getApplicationId()

getMaximumResourceCapability

public ResourceInfo getMaximumResourceCapability()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.