Class LuceneIndexRegionBeanFactoryPostProcessor

java.lang.Object
org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
org.springframework.data.gemfire.config.support.LuceneIndexRegionBeanFactoryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor

public class LuceneIndexRegionBeanFactoryPostProcessor extends AbstractDependencyStructuringBeanFactoryPostProcessor
Deprecated.
To be removed in GemFire 10 integration
The LuceneIndexRegionBeanFactoryPostProcessor class is a Spring BeanFactoryPostProcessor ensuring that a LuceneIndex is created before the Region on which the LuceneIndex is defined.
Since:
2.1.0
See Also:
  • Constructor Details

    • LuceneIndexRegionBeanFactoryPostProcessor

      public LuceneIndexRegionBeanFactoryPostProcessor()
      Deprecated.
  • Method Details

    • postProcessBeanFactory

      public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
      Deprecated.
      Throws:
      org.springframework.beans.BeansException