public class LeaderElectorAsyncWrapper extends Object implements Closeable
| Constructor and Description |
|---|
LeaderElectorAsyncWrapper(String candidateId,
String lockResourceName,
String lockResourceNamespace,
K8sDiscoveryConfig discoveryConfig,
K8sLeaderElectorFactory k8sLeaderElectorFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getCurrentLeader() |
void |
run(Runnable startLeadingHook,
Runnable stopLeadingHook) |
public LeaderElectorAsyncWrapper(String candidateId, String lockResourceName, String lockResourceNamespace, K8sDiscoveryConfig discoveryConfig, K8sLeaderElectorFactory k8sLeaderElectorFactory)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.