|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeSelectorStrategy | |
|---|---|
| org.hibernate.search.backend.impl.jgroups | |
| Uses of NodeSelectorStrategy in org.hibernate.search.backend.impl.jgroups |
|---|
| Classes in org.hibernate.search.backend.impl.jgroups that implement NodeSelectorStrategy | |
|---|---|
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. |
| Methods in org.hibernate.search.backend.impl.jgroups that return NodeSelectorStrategy | |
|---|---|
NodeSelectorStrategy |
NodeSelectorStrategyHolder.getMasterNodeSelector(String indexName)
|
| Methods in org.hibernate.search.backend.impl.jgroups with parameters of type NodeSelectorStrategy | |
|---|---|
void |
NodeSelectorStrategyHolder.setNodeSelectorStrategy(String indexName,
NodeSelectorStrategy selector)
|
| Constructors in org.hibernate.search.backend.impl.jgroups with parameters of type NodeSelectorStrategy | |
|---|---|
JGroupsBackendQueueProcessor(NodeSelectorStrategy selectionStrategy)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||