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