Spring for Apache Hadoop

org.springframework.yarn.config
Class ConfiguringBeanFactoryPostProcessor

java.lang.Object
  extended by org.springframework.yarn.config.ConfiguringBeanFactoryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor

public class ConfiguringBeanFactoryPostProcessor
extends java.lang.Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor

Bean factory post processor which adds creates default task scheduler and executor if necessary.

Author:
Janne Valkealahti

Constructor Summary
ConfiguringBeanFactoryPostProcessor()
           
 
Method Summary
 void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguringBeanFactoryPostProcessor

public ConfiguringBeanFactoryPostProcessor()
Method Detail

postProcessBeanFactory

public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
Specified by:
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
Throws:
org.springframework.beans.BeansException

Spring for Apache Hadoop