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

Packages that use ServiceProvider
org.hibernate.search.backend.impl.jgroups   
org.hibernate.search.cfg.impl   
org.hibernate.search.cfg.spi   
org.hibernate.search.engine   
org.hibernate.search.engine.impl   
org.hibernate.search.impl   
org.hibernate.search.indexes.serialization.spi   
org.hibernate.search.infinispan   
org.hibernate.search.spi   
 

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

Classes in org.hibernate.search.backend.impl.jgroups that implement ServiceProvider
 class JGroupsChannelProvider
          Service to initialize a JGroups Channel.
 class MasterSelectorServiceProvider
          Provides the GlobalMasterSelector as an internal service; this is useful to guarantee there is only one instance per SearchFactory exposed to all services needing to interact with it.
 

Uses of ServiceProvider in org.hibernate.search.cfg.impl
 

Methods in org.hibernate.search.cfg.impl that return types with arguments of type ServiceProvider
 Map<Class<? extends ServiceProvider<?>>,Object> SearchConfigurationFromHibernateCore.getProvidedServices()
           
 

Uses of ServiceProvider in org.hibernate.search.cfg.spi
 

Methods in org.hibernate.search.cfg.spi that return types with arguments of type ServiceProvider
 Map<Class<? extends ServiceProvider<?>>,Object> SearchConfiguration.getProvidedServices()
          Provide service instances.
 

Uses of ServiceProvider in org.hibernate.search.engine
 

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

Uses of ServiceProvider in org.hibernate.search.engine.impl
 

Method parameters in org.hibernate.search.engine.impl with type arguments of type ServiceProvider
 void EmptyBuildContext.releaseService(Class<? extends ServiceProvider<?>> provider)
          Deprecated. 
 void StandardServiceManager.releaseService(Class<? extends ServiceProvider<?>> serviceProviderClass)
           
<T> T
EmptyBuildContext.requestService(Class<? extends ServiceProvider<T>> provider)
          Deprecated. 
<T> T
StandardServiceManager.requestService(Class<? extends ServiceProvider<T>> serviceProviderClass, BuildContext context)
           
 

Uses of ServiceProvider in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl that return types with arguments of type ServiceProvider
 Map<Class<? extends ServiceProvider<?>>,Object> IncrementalSearchConfiguration.getProvidedServices()
           
 Map<Class<? extends ServiceProvider<?>>,Object> ReflectionReplacingSearchConfiguration.getProvidedServices()
           
 

Method parameters in org.hibernate.search.impl with type arguments of type ServiceProvider
 void ImmutableSearchFactory.releaseService(Class<? extends ServiceProvider<?>> provider)
           
<T> T
ImmutableSearchFactory.requestService(Class<? extends ServiceProvider<T>> provider)
           
 

Uses of ServiceProvider in org.hibernate.search.indexes.serialization.spi
 

Classes in org.hibernate.search.indexes.serialization.spi that implement ServiceProvider
 class SerializationProviderService
           
 class SerializerService
          Provides a Serializer of LuceneWork instances consuming a SerializerProvider This is commonly used to delegate indexing work to a different JVM.
 

Uses of ServiceProvider in org.hibernate.search.infinispan
 

Classes in org.hibernate.search.infinispan that implement ServiceProvider
 class CacheManagerServiceProvider
          Provides access to Infinispan's CacheManager; one CacheManager is needed for all caches, it can be taken via JNDI or started by this ServiceProvider; in this case it will also be stopped when no longer needed.
 

Uses of ServiceProvider in org.hibernate.search.spi
 

Method parameters in org.hibernate.search.spi with type arguments of type ServiceProvider
 void BuildContext.releaseService(Class<? extends ServiceProvider<?>> provider)
          Deprecated. use BuildContext.getServiceManager() instead
<T> T
BuildContext.requestService(Class<? extends ServiceProvider<T>> provider)
          Deprecated. use BuildContext.getServiceManager() instead
 



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