| Modifier and Type | Method and Description |
|---|---|
static BackendQueueProcessor |
BackendFactory.createBackend(IndexManager indexManager,
WorkerBuildContext buildContext,
Properties properties) |
static BackendQueueProcessor |
BackendFactory.createBackend(String backend,
IndexManager indexManager,
WorkerBuildContext buildContext,
Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalBackendQueueProcessor
A
BackendQueueProcessor which applies given index changes locally to the corresponding IndexManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
BlackHoleBackendQueueProcessor
This backend does not do anything: the Documents are not
sent to any index but are discarded.
|
| 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.