Interface HaLeadershipControl
- All Known Implementing Classes:
EmbeddedHaServicesWithLeadershipControl
public interface HaLeadershipControl
Interface to grant and revoke leadership of HA components.
-
Method Summary
Modifier and TypeMethodDescriptiongrantJobMasterLeadership(org.apache.flink.api.common.JobID jobId) revokeJobMasterLeadership(org.apache.flink.api.common.JobID jobId)
-
Method Details
-
revokeDispatcherLeadership
CompletableFuture<Void> revokeDispatcherLeadership() -
grantDispatcherLeadership
CompletableFuture<Void> grantDispatcherLeadership() -
revokeJobMasterLeadership
-
grantJobMasterLeadership
-
revokeResourceManagerLeadership
CompletableFuture<Void> revokeResourceManagerLeadership() -
grantResourceManagerLeadership
CompletableFuture<Void> grantResourceManagerLeadership()
-