Interface | Description |
---|---|
LeaderContender |
Interface which has to be implemented to take part in the leader election process of the
LeaderElectionService . |
LeaderElectionService |
Interface for a service which allows to elect a leader among a group of contenders.
|
Class | Description |
---|---|
LeaderAddressAndId |
A combination of a leader address and leader id.
|
StandaloneLeaderElectionService |
Standalone implementation of the
LeaderElectionService interface. |
ZooKeeperLeaderElectionService |
Leader election service for multiple JobManager.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.