@ConfigurationProperties(value="spring.hadoop") public class SpringHadoopProperties extends Object
ConfigurationProperties for spring.hadoop.| Modifier and Type | Class and Description |
|---|---|
static class |
SpringHadoopProperties.SpringHadoopSecurityProperties |
| Constructor and Description |
|---|
SpringHadoopProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getConfig() |
String |
getFsUri() |
String |
getResourceManagerAddress() |
String |
getResourceManagerHost() |
Integer |
getResourceManagerPort() |
String |
getResourceManagerSchedulerAddress() |
Integer |
getResourceManagerSchedulerPort() |
List<String> |
getResources() |
SpringHadoopProperties.SpringHadoopSecurityProperties |
getSecurity() |
void |
setConfig(Map<String,String> config) |
void |
setFsUri(String fsUri) |
void |
setResourceManagerAddress(String resourceManagerAddress) |
void |
setResourceManagerHost(String resourceManagerHost) |
void |
setResourceManagerPort(Integer resourceManagerPort) |
void |
setResourceManagerSchedulerAddress(String resourceManagerSchedulerAddress) |
void |
setResourceManagerSchedulerPort(Integer resourceManagerSchedulerPort) |
void |
setResources(List<String> resources) |
void |
setSecurity(SpringHadoopProperties.SpringHadoopSecurityProperties security) |
public String getFsUri()
public void setFsUri(String fsUri)
public String getResourceManagerAddress()
public void setResourceManagerAddress(String resourceManagerAddress)
public String getResourceManagerSchedulerAddress()
public void setResourceManagerSchedulerAddress(String resourceManagerSchedulerAddress)
public String getResourceManagerHost()
public void setResourceManagerHost(String resourceManagerHost)
public Integer getResourceManagerPort()
public void setResourceManagerPort(Integer resourceManagerPort)
public Integer getResourceManagerSchedulerPort()
public void setResourceManagerSchedulerPort(Integer resourceManagerSchedulerPort)
public SpringHadoopProperties.SpringHadoopSecurityProperties getSecurity()
public void setSecurity(SpringHadoopProperties.SpringHadoopSecurityProperties security)