start method
void
start()
Starts the gossip protocol
Implementation
void start() {
_scheduleGossip();
_scheduleAntiEntropy();
_scheduleFailureDetection();
}
Starts the gossip protocol
void start() {
_scheduleGossip();
_scheduleAntiEntropy();
_scheduleFailureDetection();
}