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