Class DefaultIndexerStrategyFactory

  • All Implemented Interfaces:
    IndexerStrategyFactory, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class DefaultIndexerStrategyFactory
    extends java.lang.Object
    implements IndexerStrategyFactory, org.springframework.context.ApplicationContextAware
    Default implementation of IndexerStrategyFactory.
    • Constructor Detail

      • DefaultIndexerStrategyFactory

        public DefaultIndexerStrategyFactory()
    • Method Detail

      • getIndexerStrategyBeanId

        public java.lang.String getIndexerStrategyBeanId()
      • setIndexerStrategyBeanId

        public void setIndexerStrategyBeanId​(java.lang.String indexerStrategyBeanId)
      • getDistributedIndexerStrategyBeanId

        public java.lang.String getDistributedIndexerStrategyBeanId()
      • setDistributedIndexerStrategyBeanId

        public void setDistributedIndexerStrategyBeanId​(java.lang.String distributedIndexerStrategyBeanId)
      • getApplicationContext

        public org.springframework.context.ApplicationContext getApplicationContext()
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware