Searched refs:LeaderElectionRegInterface (Results 1 – 3 of 3) sorted by relevance
108 struct LeaderElectionRegInterface : ClientLeaderRegInterface { struct113 LeaderElectionRegInterface() {} in LeaderElectionRegInterface() argument114 LeaderElectionRegInterface(NetworkAddress remote);115 LeaderElectionRegInterface(INetwork* local);166 vector<LeaderElectionRegInterface> leaderElectionServers;
59 LeaderElectionRegInterface::LeaderElectionRegInterface(NetworkAddress remote) in LeaderElectionRegInterface() function in LeaderElectionRegInterface67 LeaderElectionRegInterface::LeaderElectionRegInterface(INetwork* local) in LeaderElectionRegInterface() function in LeaderElectionRegInterface80 leaderElectionServers.push_back( LeaderElectionRegInterface( *s ) ); in ServerCoordinators()209 ACTOR Future<Void> leaderRegister(LeaderElectionRegInterface interf, Key key) { in leaderRegister()339 Map<Key, LeaderElectionRegInterface> registerInterfaces;379 LeaderElectionRegInterface& getInterface(KeyRef key) { in getInterface()411 ACTOR Future<Void> leaderServer(LeaderElectionRegInterface interf, OnDemandStore *pStore) { in leaderServer()454 state LeaderElectionRegInterface myLeaderInterface( g_network ); in coordinationServer()
30 ACTOR Future<Void> submitCandidacy( Key key, LeaderElectionRegInterface coord, LeaderInfo myInfo, U… in submitCandidacy()