private LeaderElectionSupport createLeaderElectionSupport()
        {
            var electionSupport = new LeaderElectionSupport(zooKeeper,
                                                            testRootNode + Thread.CurrentThread.ManagedThreadId, "foohost");

            return(electionSupport);
        }
예제 #2
0
 public ElectionWatcher(LeaderElectionSupport leaderElectionSupport)
 {
     les = leaderElectionSupport;
 }