this.candidates.add(factory.getClusterNode(new IpAddress(localAddress, 10000)));
this.candidates.add(factory.getClusterNode(new IpAddress(localAddress, 10001)));
this.candidates.add(factory.getClusterNode(new IpAddress(localAddress, 10002)));
this.policy = new PreferredMasterElectionPolicy();
}