public static interface LeaderElection.LeadershipStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
lossLeadership(LeaderElection election)
Invoked when lost the election
|
void |
takeLeadership(LeaderElection election)
Invoked when won the election.
|
void takeLeadership(LeaderElection election) throws Exception
election - the election where happens.Exceptionvoid lossLeadership(LeaderElection election) throws Exception
election - the election where happens.ExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.