Spring for Apache Hadoop

org.springframework.yarn.boot.properties
Class SpringYarnAppmasterResourceProperties

java.lang.Object
  extended by org.springframework.yarn.boot.properties.AbstractResourceProperties
      extended by org.springframework.yarn.boot.properties.SpringYarnAppmasterResourceProperties

@ConfigurationProperties(value="spring.yarn.appmaster.resource")
public class SpringYarnAppmasterResourceProperties
extends AbstractResourceProperties


Constructor Summary
SpringYarnAppmasterResourceProperties()
           
 
Method Summary
 java.lang.Integer getPriority()
           
 void setPriority(java.lang.Integer priority)
           
 
Methods inherited from class org.springframework.yarn.boot.properties.AbstractResourceProperties
getMemory, getVirtualCores, setMemory, setVirtualCores
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringYarnAppmasterResourceProperties

public SpringYarnAppmasterResourceProperties()
Method Detail

getPriority

public java.lang.Integer getPriority()

setPriority

public void setPriority(java.lang.Integer priority)

Spring for Apache Hadoop