Uses of Package
org.kiwiproject.curator.leader
Packages that use org.kiwiproject.curator.leader
Package
Description
-
Classes in org.kiwiproject.curator.leader used by org.kiwiproject.curator.leaderClassDescriptionDefines a type that can be returned when checking if a
LeaderLatchhas leadership, taking into account the various issues that can cause problems.Defines an invalid leadership status caused by an error or erroneous state.Defines a valid leadership status.Wrapper around Curator'sLeaderLatchwhich standardizes the id and latch path in ZooKeeper, and which registers with Dropwizard so that it manages the lifecycle (mainly to ensure the latch is stopped when the Dropwizard app stops).Entry point to initializeManagedLeaderLatch, which wraps an Apache CuratorLeaderLatchand allows for easy determination whether a JVM process is the leader in a group of JVMs connected to a ZooKeeper cluster.Value class that contains metadata about a service that participates in a leader latch. -
Classes in org.kiwiproject.curator.leader used by org.kiwiproject.curator.leader.healthClassDescriptionWrapper around Curator's
LeaderLatchwhich standardizes the id and latch path in ZooKeeper, and which registers with Dropwizard so that it manages the lifecycle (mainly to ensure the latch is stopped when the Dropwizard app stops). -
Classes in org.kiwiproject.curator.leader used by org.kiwiproject.curator.leader.resourceClassDescriptionWrapper around Curator's
LeaderLatchwhich standardizes the id and latch path in ZooKeeper, and which registers with Dropwizard so that it manages the lifecycle (mainly to ensure the latch is stopped when the Dropwizard app stops).