public interface NodeSelectorStrategy
Modifier and Type | Method and Description |
---|---|
Message |
createMessage(byte[] data)
Different message options can be applied using different constructors,
hence we delegate Message construction to the strategy.
|
boolean |
isIndexOwnerLocal()
Specifies if the current (local) node should apply
changes to the index.
|
void |
setLocalAddress(Address address)
The implementation might need to know it's own address, so this
is provided at channel initial connection.
|
void |
viewAccepted(View view)
Invoked by JGroups on view change.
|
boolean isIndexOwnerLocal()
void setLocalAddress(Address address)
address
- the local addressvoid viewAccepted(View view)
MembershipListener.viewAccepted(View)
view
- contains information on the current members of the cluster groupMessage createMessage(byte[] data)
data
- the information to be sent to the master.Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved