public interface HaLeadershipControl
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
grantDispatcherLeadership() |
CompletableFuture<Void> |
grantJobMasterLeadership(org.apache.flink.api.common.JobID jobId) |
CompletableFuture<Void> |
grantResourceManagerLeadership() |
CompletableFuture<Void> |
revokeDispatcherLeadership() |
CompletableFuture<Void> |
revokeJobMasterLeadership(org.apache.flink.api.common.JobID jobId) |
CompletableFuture<Void> |
revokeResourceManagerLeadership() |
CompletableFuture<Void> revokeDispatcherLeadership()
CompletableFuture<Void> grantDispatcherLeadership()
CompletableFuture<Void> revokeJobMasterLeadership(org.apache.flink.api.common.JobID jobId)
CompletableFuture<Void> grantJobMasterLeadership(org.apache.flink.api.common.JobID jobId)
CompletableFuture<Void> revokeResourceManagerLeadership()
CompletableFuture<Void> grantResourceManagerLeadership()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.