Package | Description |
---|---|
org.hibernate.search.backend.jgroups.impl | |
org.hibernate.search.cfg | |
org.hibernate.search.cfg.impl | |
org.hibernate.search.cfg.spi | |
org.hibernate.search.cfg.spi.impl | |
org.hibernate.search.engine.impl | |
org.hibernate.search.engine.service.classloading.impl | |
org.hibernate.search.engine.service.classloading.spi |
The class loading service SPI.
|
org.hibernate.search.engine.service.impl |
Internal implementation classes for service manager.
|
org.hibernate.search.engine.service.spi |
Classes offering a service infrastructure for Search.
|
org.hibernate.search.hcore.impl | |
org.hibernate.search.indexes.serialization.avro.impl | |
org.hibernate.search.indexes.serialization.spi | |
org.hibernate.search.store.impl | |
org.hibernate.search.store.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageSenderService
Abstract away message submission.
|
interface |
NodeSelectorService
Contains the
NodeSelectorStrategy selected for each index,
or returns the default one. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNodeSelectorService
Maintains a registry of node selectors per index,
so that we can handle each index independently while sharing
the same JGroups channel.
|
class |
DispatchMessageSender
We use the MessageDispatcher instead of the JChannel to be able to use blocking
operations (optionally) without having to rely on the RSVP protocol
being configured on the stack.
|
Modifier and Type | Field and Description |
---|---|
static Map<Class<? extends Service>,String> |
Environment.DEFAULT_SERVICES_MAP |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingClassLoaderService
An implementation of class loader service which delegates to the ORM provided
ClassLoaderService . |
class |
HibernateCoreIdUniquenessResolver
Implementation extracting entity classes from the configuration
and release the configuration reference for future Garbage Collection.
|
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Service>,Object> |
SearchConfigurationFromHibernateCore.getProvidedServices() |
Modifier and Type | Interface and Description |
---|---|
interface |
DirectoryProviderService<D extends org.apache.lucene.store.Directory>
This Service allows to customize the creation of
DirectoryProvider
instances, potentially making use of shortcuts for the implementation names and altering default implementations. |
interface |
IdUniquenessResolver
Contract checking that two given classes cannot share the same identifier and be two different
instances in the underlying datastore (or event provider).
|
interface |
IndexManagerFactory
By implementing this integration point you can customize the creation of IndexManager instances.
|
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Service>,Object> |
SearchConfiguration.getProvidedServices()
Return the provided services.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIdUniquenessResolver
Default implementation that is conservative and always answers that ids may not be unique.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIndexManagerFactory
This is the default
IndexManager implementation for Hibernate Search. |
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Service>,Object> |
IncrementalSearchConfiguration.getProvidedServices() |
Map<Class<? extends Service>,Object> |
ReflectionReplacingSearchConfiguration.getProvidedServices() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClassLoaderService
Default implementation of
ClassLoaderService using the old pre class loader service apporach of
attempting to load from the current and thread context class loaders. |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassLoaderService
A service for interacting with class loaders.
|
Modifier and Type | Method and Description |
---|---|
<S extends Service> |
StandardServiceManager.releaseService(Class<S> serviceRole) |
<S extends Service> |
StandardServiceManager.requestService(Class<S> serviceRole) |
Constructor and Description |
---|
StandardServiceManager(SearchConfiguration searchConfiguration,
BuildContext buildContext,
Map<Class<? extends Service>,String> defaultServices) |
Modifier and Type | Method and Description |
---|---|
<S extends Service> |
ServiceManager.releaseService(Class<S> serviceRole)
Releases the service in the specified service role.
|
<S extends Service> |
ServiceManager.requestService(Class<S> serviceRole)
Gets the service in the specified service role.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateSessionFactoryService
A Hibernate Search service which allows to request a Hibernate
SessionFactory during bootstrapping. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHibernateSessionFactoryService
A Hibernate Search service which allows to request a Hibernate
SessionFactory during bootstrapping. |
Modifier and Type | Class and Description |
---|---|
class |
AvroSerializationProvider
Avro based implementation of
SerializationProvider . |
Modifier and Type | Interface and Description |
---|---|
interface |
SerializationProvider
Provides access to a serializer and deserializer to send the necessary work load for remote backends over the wire.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDirectoryProviderService
Default
DefaultDirectoryProviderService |
class |
DefaultLockFactoryCreator
The one and only
LockFactoryCreator . |
Modifier and Type | Interface and Description |
---|---|
interface |
LockFactoryCreator
A service for obtaining
LockFactory s based on the current configuration. |
Modifier and Type | Class and Description |
---|---|
class |
BaseDirectoryProviderService
Base class for custom
DirectoryProviderService implementations |
Copyright © 2006–2016 Hibernate. All rights reserved.