Uses of Interface
org.apache.pulsar.metadata.api.coordination.LeaderElection
-
Packages that use LeaderElection Package Description org.apache.pulsar.metadata.api.coordination Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.metadata.coordination.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of LeaderElection in org.apache.pulsar.metadata.api.coordination
Methods in org.apache.pulsar.metadata.api.coordination that return LeaderElection Modifier and Type Method Description <T> LeaderElection<T>CoordinationService. getLeaderElection(java.lang.Class<T> clazz, java.lang.String path, java.util.function.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 LeaderElection Modifier and Type Method Description <T> LeaderElection<T>CoordinationServiceImpl. getLeaderElection(java.lang.Class<T> clazz, java.lang.String path, java.util.function.Consumer<LeaderElectionState> stateChangesListener)
-