public class HadoopClusterDelegatingFactoryBean extends java.lang.Object implements InitializingBean, DisposableBean, FactoryBean<HadoopCluster>
HadoopClusterManager for handling lifecycle
of HadoopCluster. This is needed order to clear and shutdown
cluster during the application context refresh if
DirtiesContext is used.| Constructor and Description |
|---|
HadoopClusterDelegatingFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
HadoopCluster |
getObject() |
java.lang.Class<HadoopCluster> |
getObjectType() |
boolean |
isSingleton() |
void |
setId(java.lang.String id) |
void |
setNodes(int nodes) |
public HadoopCluster getObject() throws java.lang.Exception
getObject in interface FactoryBean<HadoopCluster>java.lang.Exceptionpublic java.lang.Class<HadoopCluster> getObjectType()
getObjectType in interface FactoryBean<HadoopCluster>public boolean isSingleton()
isSingleton in interface FactoryBean<HadoopCluster>public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface InitializingBeanjava.lang.Exceptionpublic void destroy()
throws java.lang.Exception
destroy in interface DisposableBeanjava.lang.Exceptionpublic void setId(java.lang.String id)
public void setNodes(int nodes)