Uses of Interface
org.hibernate.search.backend.UpdatableBackendQueueProcessorFactory

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

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

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

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

Classes in org.hibernate.search.backend.impl.jgroups that implement UpdatableBackendQueueProcessorFactory
 class JGroupsBackendQueueProcessorFactory
          Common base class for Master and Slave BackendQueueProcessorFactories
 class MasterJGroupsBackendQueueProcessorFactory
          Backend factory used in JGroups clustering mode in master node.
 class SlaveJGroupsBackendQueueProcessorFactory
           
 

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

Classes in org.hibernate.search.backend.impl.jms that implement UpdatableBackendQueueProcessorFactory
 class JMSBackendQueueProcessorFactory
           
 

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

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



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