start method

void start()

Starts the gossip protocol

Implementation

void start() {
  _scheduleGossip();
  _scheduleAntiEntropy();
  _scheduleFailureDetection();
}