| Package | Description |
|---|---|
| io.atomix.protocols.gossip |
| Modifier and Type | Class and Description |
|---|---|
class |
PeerSelectors
Configurable peer selectors.
|
| Modifier and Type | Method and Description |
|---|---|
PeerSelector |
AntiEntropyProtocolConfig.getPeerSelector()
Returns the gossip peer selector.
|
| Modifier and Type | Method and Description |
|---|---|
AntiEntropyProtocolConfig |
AntiEntropyProtocolConfig.setPeerSelector(PeerSelector peerSelector)
Sets the gossip peer selector.
|
<E> AntiEntropyProtocolBuilder |
AntiEntropyProtocolBuilder.withPeerSelector(PeerSelector<E> peerSelector)
Sets the gossip peer selector.
|
Copyright © 2013–2018. All rights reserved.