Package | Description |
---|---|
org.hibernate.search.backend.jgroups.impl |
Modifier and Type | Class and Description |
---|---|
class |
AutoNodeSelector
This
NodeSelectorStrategy picks a single master across all nodes participating
in the JGroups cluster deterministically: this way all nodes in the group will
have an agreement on which node is going to be the master. |
class |
MasterNodeSelector
This
NodeSelectorStrategy is a static configuration for the local
node to always process index operations locally, and accept index operations
from remote nodes configured as slaves. |
class |
SlaveNodeSelector
This
NodeSelectorStrategy is a static configuration for the local
node to avoid processing any indexing operations locally. |
Modifier and Type | Method and Description |
---|---|
NodeSelectorStrategy |
DefaultNodeSelectorService.getMasterNodeSelector(String indexName) |
NodeSelectorStrategy |
NodeSelectorService.getMasterNodeSelector(String indexName) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultNodeSelectorService.setNodeSelectorStrategy(String indexName,
NodeSelectorStrategy selector) |
void |
NodeSelectorService.setNodeSelectorStrategy(String indexName,
NodeSelectorStrategy selector) |
Constructor and Description |
---|
JGroupsBackendQueueProcessor(NodeSelectorStrategy selectionStrategy) |
Copyright © 2006–2016 Hibernate. All rights reserved.