Modifier and Type | Method and Description |
---|---|
static BackendQueueProcessor |
BackendFactory.createBackend(DirectoryBasedIndexManager indexManager,
WorkerBuildContext buildContext,
Properties properties) |
static BackendQueueProcessor |
BackendFactory.createBackend(String backend,
DirectoryBasedIndexManager indexManager,
WorkerBuildContext buildContext,
Properties properties) |
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 | Class and Description |
---|---|
class |
LuceneBackendQueueProcessor
This will actually contain the Workspace and LuceneWork visitor implementation,
reused per-DirectoryProvider.
|
Modifier and Type | Class and Description |
---|---|
class |
JGroupsBackendQueueProcessor
This index backend is able to switch dynamically between a standard
Lucene index writing backend and one which sends work remotely over
a JGroups channel.
|
Modifier and Type | Method and Description |
---|---|
BackendQueueProcessor |
JGroupsBackendQueueProcessor.getDelegatedBackend() |
Modifier and Type | Class and Description |
---|---|
class |
JmsBackendQueueProcessor
Backend sending the workload via JMS.
|
class |
JndiJMSBackendQueueProcessor
JMSBackendQueueProcessor using JNDI to lookup the JMS components.
|
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 |
---|---|
protected BackendQueueProcessor |
NRTIndexManager.createBackend(String indexName,
Properties cfg,
WorkerBuildContext buildContext) |
Modifier and Type | Method and Description |
---|---|
protected BackendQueueProcessor |
DirectoryBasedIndexManager.createBackend(String indexName,
Properties cfg,
WorkerBuildContext buildContext) |
BackendQueueProcessor |
DirectoryBasedIndexManager.getBackendQueueProcessor() |
Copyright © 2006–2016 Hibernate. All rights reserved.