Class InfinispanIndexingExecutorProvider

java.lang.Object
org.infinispan.factories.AnyScopeComponentFactory
org.infinispan.factories.AbstractComponentFactory
org.infinispan.query.concurrent.InfinispanIndexingExecutorProvider
All Implemented Interfaces:
org.hibernate.search.backend.lucene.work.spi.LuceneWorkExecutorProvider, org.infinispan.factories.AutoInstantiableFactory, org.infinispan.factories.ComponentFactory

public class InfinispanIndexingExecutorProvider extends org.infinispan.factories.AbstractComponentFactory implements org.infinispan.factories.AutoInstantiableFactory, org.hibernate.search.backend.lucene.work.spi.LuceneWorkExecutorProvider
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.hibernate.search.backend.lucene.work.spi.LuceneWorkExecutorProvider

    org.hibernate.search.backend.lucene.work.spi.LuceneWorkExecutorProvider.Context
  • Field Summary

    Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory

    globalComponentRegistry, globalConfiguration, log
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.hibernate.search.engine.common.execution.spi.SimpleScheduledExecutor
    writeExecutor(org.hibernate.search.backend.lucene.work.spi.LuceneWorkExecutorProvider.Context context)
     
    static org.hibernate.search.engine.common.execution.spi.SimpleScheduledExecutor
    writeExecutor(org.infinispan.util.concurrent.BlockingManager blockingManager)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InfinispanIndexingExecutorProvider

      public InfinispanIndexingExecutorProvider()
  • Method Details

    • construct

      public Object construct(String name)
      Specified by:
      construct in interface org.infinispan.factories.ComponentFactory
    • writeExecutor

      public org.hibernate.search.engine.common.execution.spi.SimpleScheduledExecutor writeExecutor(org.hibernate.search.backend.lucene.work.spi.LuceneWorkExecutorProvider.Context context)
      Specified by:
      writeExecutor in interface org.hibernate.search.backend.lucene.work.spi.LuceneWorkExecutorProvider
    • writeExecutor

      public static org.hibernate.search.engine.common.execution.spi.SimpleScheduledExecutor writeExecutor(org.infinispan.util.concurrent.BlockingManager blockingManager)