Interface Election
-
- All Known Implementing Classes:
FastLeaderElection
public interface Election
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vote
lookForLeader()
void
shutdown()
-
-
-
Method Detail
-
lookForLeader
Vote lookForLeader() throws InterruptedException
- Throws:
InterruptedException
-
shutdown
void shutdown()
-
-