Uses of Interface
org.hibernate.search.backend.spi.BackendQueueProcessor

Packages that use BackendQueueProcessor
org.hibernate.search.backend   
org.hibernate.search.backend.impl.blackhole   
org.hibernate.search.backend.impl.jgroups   
org.hibernate.search.backend.impl.jms   
org.hibernate.search.backend.impl.lucene   
org.hibernate.search.impl   
org.hibernate.search.indexes.impl   
 

Uses of BackendQueueProcessor in org.hibernate.search.backend
 

Methods in org.hibernate.search.backend that return BackendQueueProcessor
static BackendQueueProcessor BackendFactory.createBackend(DirectoryBasedIndexManager indexManager, WorkerBuildContext context, Properties properties)
           
 

Uses of BackendQueueProcessor in org.hibernate.search.backend.impl.blackhole
 

Classes in org.hibernate.search.backend.impl.blackhole that implement BackendQueueProcessor
 class BlackHoleBackendQueueProcessor
          This backend does not do anything: the Documents are not sent to any index but are discarded.
 

Uses of BackendQueueProcessor in org.hibernate.search.backend.impl.jgroups
 

Classes in org.hibernate.search.backend.impl.jgroups that implement BackendQueueProcessor
 class JGroupsBackendQueueProcessor
          This index backend is able to switch dynamically between a standard Lucene index writing backend and one which sends work remotely over a JGroups channel.
 

Uses of BackendQueueProcessor in org.hibernate.search.backend.impl.jms
 

Classes in org.hibernate.search.backend.impl.jms that implement BackendQueueProcessor
 class JmsBackendQueueProcessor
           
 class JndiJMSBackendQueueProcessor
          JMSBackendQueueProcessor using JNDI to lookup the JMS components.
 

Uses of BackendQueueProcessor in org.hibernate.search.backend.impl.lucene
 

Classes in org.hibernate.search.backend.impl.lucene that implement BackendQueueProcessor
 class LuceneBackendQueueProcessor
          This will actually contain the Workspace and LuceneWork visitor implementation, reused per-DirectoryProvider.
 

Uses of BackendQueueProcessor in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl that return BackendQueueProcessor
 BackendQueueProcessor MutableSearchFactoryState.getBackendQueueProcessor()
           
 

Methods in org.hibernate.search.impl with parameters of type BackendQueueProcessor
 void ImmutableSearchFactory.setBackendQueueProcessor(BackendQueueProcessor backendQueueProcessor)
           
 void MutableSearchFactoryState.setBackendQueueProcessor(BackendQueueProcessor backendQueueProcessor)
           
 

Uses of BackendQueueProcessor in org.hibernate.search.indexes.impl
 

Methods in org.hibernate.search.indexes.impl that return BackendQueueProcessor
protected  BackendQueueProcessor DirectoryBasedIndexManager.createBackend(String indexName, Properties cfg, WorkerBuildContext buildContext)
          extensions points from DirectoryBasedIndexManager.initialize(String, Properties, WorkerBuildContext)
protected  BackendQueueProcessor NRTIndexManager.createBackend(String indexName, Properties cfg, WorkerBuildContext buildContext)
           
 BackendQueueProcessor DirectoryBasedIndexManager.getBackendQueueProcessor()
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved