Spring for Apache Hadoop

org.springframework.yarn.boot.properties
Class SpringYarnClientResourceProperties

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

@ConfigurationProperties(value="spring.yarn.client.resource")
public class SpringYarnClientResourceProperties
extends AbstractResourceProperties


Constructor Summary
SpringYarnClientResourceProperties()
           
 
Method Summary
 
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

SpringYarnClientResourceProperties

public SpringYarnClientResourceProperties()

Spring for Apache Hadoop