static AntiEntropyProtocolBuilder |
AntiEntropyProtocol.builder() |
Returns a new gossip protocol builder.
|
AntiEntropyProtocolBuilder |
AntiEntropyProtocolBuilder.withAntiEntropyInterval(java.time.Duration antiEntropyInterval) |
Sets the anti-entropy advertisement interval.
|
AntiEntropyProtocolBuilder |
AntiEntropyProtocolBuilder.withGossipInterval(java.time.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.
|