Apache Curator · Schema

LeaderLatchState

State of a LeaderLatch participant in Apache Curator leader election.

ApacheDistributed CoordinationDistributed SystemsJavaMavenOpen SourceService DiscoveryZooKeeper

Properties

Name Type Description
id string Participant ID used in the leader election.
isLeader boolean Whether this participant is currently the leader.
state string LeaderLatch lifecycle state.
path string ZooKeeper path used for leader election.
participants array All participants in the election.
View JSON Schema on GitHub