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