Class NullElection
java.lang.Object
com.github.cafapi.common.elections.Null.NullElection
- All Implemented Interfaces:
Election
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullElection
-
-
Method Details
-
enter
public void enter()Description copied from interface:Election
Request to enter the election process of this specific election -
withdraw
public void withdraw()Description copied from interface:Election
Request withdrawal as leader, triggering a re-election process. -
resign
public void resign()Description copied from interface:Election
Terminate participation in this election process, withdrawing as leader if elected.
-