org.springframework.yarn.boot.properties
Class SpringHadoopProperties
java.lang.Object
org.springframework.yarn.boot.properties.SpringHadoopProperties
@ConfigurationProperties(value="spring.hadoop")
public class SpringHadoopProperties
- extends Object
Spring Boot ConfigurationProperties for spring.hadoop.
- Author:
- Janne Valkealahti
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringHadoopProperties
public SpringHadoopProperties()
getFsUri
public String getFsUri()
setFsUri
public void setFsUri(String fsUri)
getResourceManagerAddress
public String getResourceManagerAddress()
setResourceManagerAddress
public void setResourceManagerAddress(String resourceManagerAddress)
getResourceManagerSchedulerAddress
public String getResourceManagerSchedulerAddress()
setResourceManagerSchedulerAddress
public void setResourceManagerSchedulerAddress(String resourceManagerSchedulerAddress)
getResourceManagerHost
public String getResourceManagerHost()
setResourceManagerHost
public void setResourceManagerHost(String resourceManagerHost)
getResourceManagerPort
public Integer getResourceManagerPort()
setResourceManagerPort
public void setResourceManagerPort(Integer resourceManagerPort)
getResourceManagerSchedulerPort
public Integer getResourceManagerSchedulerPort()
setResourceManagerSchedulerPort
public void setResourceManagerSchedulerPort(Integer resourceManagerSchedulerPort)