Uses of Interface
org.apache.pulsar.metadata.api.coordination.LeaderElection
Packages that use LeaderElection
Package
Description
-
Uses of LeaderElection in org.apache.pulsar.metadata.api.coordination
Methods in org.apache.pulsar.metadata.api.coordination that return LeaderElectionModifier and TypeMethodDescription<T> LeaderElection<T>CoordinationService.getLeaderElection(Class<T> clazz, String path, Consumer<LeaderElectionState> stateChangesListener) Create a newLeaderElectioncontroller. -
Uses of LeaderElection in org.apache.pulsar.metadata.coordination.impl
Methods in org.apache.pulsar.metadata.coordination.impl that return LeaderElectionModifier and TypeMethodDescription<T> LeaderElection<T>CoordinationServiceImpl.getLeaderElection(Class<T> clazz, String path, Consumer<LeaderElectionState> stateChangesListener)