| Modifier and Type | Method and Description |
|---|---|
static BackendQueueProcessor |
BackendFactory.createBackend(IndexManager indexManager,
WorkerBuildContext buildContext,
Properties properties) |
static BackendQueueProcessor |
BackendFactory.createBackend(String backendName,
IndexManager indexManager,
WorkerBuildContext buildContext,
Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalBackendQueueProcessor
A queue processor for the
LocalBackend. |
| Modifier and Type | Method and Description |
|---|---|
BackendQueueProcessor |
ReflectionBasedBackend.createQueueProcessor(IndexManager indexManager,
WorkerBuildContext context) |
BackendQueueProcessor |
LocalBackend.createQueueProcessor(IndexManager indexManager,
WorkerBuildContext context) |
| Constructor and Description |
|---|
ReflectionBasedBackend(Class<? extends BackendQueueProcessor> backendQueueProcessorClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlackHoleBackendQueueProcessor
A queue processor for the
BlackHoleBackend. |
| Modifier and Type | Method and Description |
|---|---|
BackendQueueProcessor |
BlackHoleBackend.createQueueProcessor(IndexManager indexManager,
WorkerBuildContext context) |
| Modifier and Type | Method and Description |
|---|---|
BackendQueueProcessor |
Backend.createQueueProcessor(IndexManager indexManager,
WorkerBuildContext context)
Called exactly once for each index manager using this backend.
|
| Modifier and Type | Method and Description |
|---|---|
BackendQueueProcessor |
MutableSearchFactoryState.getBackendQueueProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableSearchFactoryState.setBackendQueueProcessor(BackendQueueProcessor backendQueueProcessor) |
| Modifier and Type | Method and Description |
|---|---|
BackendQueueProcessor |
IndexManagerHolder.getBackendQueueProcessor(String indexName) |
Copyright © 2006–2017 Hibernate. All rights reserved.