| Package | Description |
|---|---|
| org.apache.flink.runtime.leaderelection |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMultipleComponentLeaderElectionService
Default implementation of a
MultipleComponentLeaderElectionService that allows to
register multiple LeaderElectionEventHandler. |
| Modifier and Type | Method and Description |
|---|---|
MultipleComponentLeaderElectionDriver |
MultipleComponentLeaderElectionDriverFactory.create(MultipleComponentLeaderElectionDriver.Listener leaderElectionListener)
Creates a
MultipleComponentLeaderElectionDriver for the given leader contender
description. |
ZooKeeperMultipleComponentLeaderElectionDriver |
ZooKeeperMultipleComponentLeaderElectionDriverFactory.create(MultipleComponentLeaderElectionDriver.Listener leaderElectionListener) |
| Constructor and Description |
|---|
ZooKeeperMultipleComponentLeaderElectionDriver(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework curatorFramework,
MultipleComponentLeaderElectionDriver.Listener leaderElectionListener) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.