public class ConfigurationDelegatingFactoryBean extends Object implements InitializingBean, FactoryBean<Configuration>
Configuration from a StandaloneHadoopCluster.| Constructor and Description |
|---|
ConfigurationDelegatingFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Configuration |
getObject() |
Class<Configuration> |
getObjectType() |
boolean |
isSingleton() |
void |
setCluster(HadoopCluster cluster)
Sets the
StandaloneHadoopCluster |
public Configuration getObject() throws Exception
getObject in interface FactoryBean<Configuration>Exceptionpublic Class<Configuration> getObjectType()
getObjectType in interface FactoryBean<Configuration>public boolean isSingleton()
isSingleton in interface FactoryBean<Configuration>public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic void setCluster(HadoopCluster cluster)
StandaloneHadoopClustercluster - the StandaloneHadoopCluster