All Classes and Interfaces
Class
Description
JAX-RS resource providing a single endpoint that allows clients to determine whether this service
participates in a leader latch.
JAX-RS resource providing endpoints for checking leadership and participant information.
Wrapper around Curator's
LeaderLatch which 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 initialize
ManagedLeaderLatch, which wraps an Apache Curator
LeaderLatch and allows for easy determination
whether a JVM process is the leader in a group of JVMs connected to a ZooKeeper cluster.Exception that is thrown when there is some unexpected error relating to a managed Curator leader latch.
Simple check to determine if the leader latch is started (healthy) or otherwise (not healthy).
Value class that contains metadata about a service that participates in a leader latch.