Class LeaderElectionService

java.lang.Object
org.apache.pulsar.broker.loadbalance.LeaderElectionService
All Implemented Interfaces:
AutoCloseable

public class LeaderElectionService extends Object implements AutoCloseable
A class that provides way to elect the leader among brokers.
  • Constructor Details

    • LeaderElectionService

      public LeaderElectionService(org.apache.pulsar.metadata.api.coordination.CoordinationService cs, String localWebServiceAddress, Consumer<org.apache.pulsar.metadata.api.coordination.LeaderElectionState> listener)
  • Method Details