Uses of Interface
org.hibernate.search.spi.BuildContext

Packages that use BuildContext
org.hibernate.search.backend.impl.jgroups   
org.hibernate.search.engine   
org.hibernate.search.impl   
org.hibernate.search.spi   
org.hibernate.search.store   
org.hibernate.search.store.impl   
 

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

Methods in org.hibernate.search.backend.impl.jgroups with parameters of type BuildContext
 void JGroupsChannelProvider.start(Properties props, BuildContext context)
           
 void MasterSelectorServiceProvider.start(Properties properties, BuildContext context)
           
 

Constructors in org.hibernate.search.backend.impl.jgroups with parameters of type BuildContext
JGroupsMasterMessageListener(BuildContext context, NodeSelectorStrategyHolder masterNodeSelector)
           
 

Uses of BuildContext in org.hibernate.search.engine
 

Methods in org.hibernate.search.engine with parameters of type BuildContext
<T> T
ServiceManager.requestService(Class<? extends ServiceProvider<T>> serviceProviderClass, BuildContext context)
           
 

Uses of BuildContext in org.hibernate.search.impl
 

Classes in org.hibernate.search.impl that implement BuildContext
 class ImmutableSearchFactory
          This implementation is never directly exposed to the user, it is always wrapped into a MutableSearchFactory
 

Uses of BuildContext in org.hibernate.search.spi
 

Subinterfaces of BuildContext in org.hibernate.search.spi
 interface WorkerBuildContext
          Build context for the worker and other backend Available after all index, entity metadata are built.
 interface WritableBuildContext
          Build context where new built element can be registered.
 

Methods in org.hibernate.search.spi with parameters of type BuildContext
 void ServiceProvider.start(Properties properties, BuildContext context)
           
 

Uses of BuildContext in org.hibernate.search.store
 

Methods in org.hibernate.search.store with parameters of type BuildContext
 void DirectoryProvider.initialize(String directoryProviderName, Properties properties, BuildContext context)
           
 

Uses of BuildContext in org.hibernate.search.store.impl
 

Methods in org.hibernate.search.store.impl with parameters of type BuildContext
 void FSMasterDirectoryProvider.initialize(String directoryProviderName, Properties properties, BuildContext context)
           
 void FSDirectoryProvider.initialize(String directoryProviderName, Properties properties, BuildContext context)
           
 void RAMDirectoryProvider.initialize(String directoryProviderName, Properties properties, BuildContext context)
           
 void FSSlaveDirectoryProvider.initialize(String directoryProviderName, Properties properties, BuildContext context)
           
 



Copyright © 2006-2012 Hibernate. All Rights Reserved.