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

            return(electionSupport);
        }
Ejemplo n.º 2
0
 public ElectionWatcher(LeaderElectionSupport leaderElectionSupport)
 {
     les = leaderElectionSupport;
 }