| Package | Description |
|---|---|
| org.hibernate.search.cfg.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.impl | |
| org.hibernate.search.indexes.serialization.spi |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends Service>,Object> |
SearchConfiguration.getProvidedServices()
Return the provided services.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends Service> |
StandardServiceManager.releaseService(Class<S> serviceRole) |
<S extends Service> |
StandardServiceManager.requestService(Class<S> serviceRole) |
| 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 | Method and Description |
|---|---|
Map<Class<? extends Service>,Object> |
ReflectionReplacingSearchConfiguration.getProvidedServices() |
Map<Class<? extends Service>,Object> |
IncrementalSearchConfiguration.getProvidedServices() |
| 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.
|
Copyright © 2006–2014 Hibernate. All rights reserved.