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.JGroupsBackendQueueProcessor.MESSAGE_TIMEOUT_MS
configuration property.MessageSerializationHelper.prependString(String, byte[])
: extracts
the original buffer discarding the prefixed string.Receiver
that listens for messages from slave nodes and apply them.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.NodeSelectorStrategy
selected for each index,
or returns the default one.NodeSelectorStrategy
is a static configuration for the local
node to avoid processing any indexing operations locally.Copyright © 2006–2017 Hibernate. All rights reserved.