| Package | Description |
|---|---|
| io.atomix.protocols.gossip |
| Modifier and Type | Method and Description |
|---|---|
static AntiEntropyProtocolBuilder |
AntiEntropyProtocol.builder()
Returns a new gossip protocol builder.
|
AntiEntropyProtocolBuilder |
AntiEntropyProtocolBuilder.withAntiEntropyInterval(Duration antiEntropyInterval)
Sets the anti-entropy advertisement interval.
|
AntiEntropyProtocolBuilder |
AntiEntropyProtocolBuilder.withGossipInterval(Duration gossipInterval)
Sets the gossip interval.
|
AntiEntropyProtocolBuilder |
AntiEntropyProtocolBuilder.withPeers(Set<String> peers)
Sets the set of peers with which to gossip.
|
<E> AntiEntropyProtocolBuilder |
AntiEntropyProtocolBuilder.withPeerSelector(PeerSelector<E> peerSelector)
Sets the gossip peer selector.
|
<E> AntiEntropyProtocolBuilder |
AntiEntropyProtocolBuilder.withTimestampProvider(TimestampProvider<E> timestampProvider)
Sets the timestamp provider.
|
AntiEntropyProtocolBuilder |
AntiEntropyProtocolBuilder.withTombstonesDisabled(boolean tombstonesDisabled)
Sets whether tombstones are enabled.
|
Copyright © 2013–2018. All rights reserved.