Uses of Interface
org.apache.curator.framework.recipes.leader.LeaderSelectorListener
Packages that use LeaderSelectorListener
-
Uses of LeaderSelectorListener in org.apache.curator.framework.recipes.leader
Classes in org.apache.curator.framework.recipes.leader that implement LeaderSelectorListenerModifier and TypeClassDescriptionclassAn implementation ofLeaderSelectorListenerthat adds the recommended handling for connection state problemsConstructors in org.apache.curator.framework.recipes.leader with parameters of type LeaderSelectorListenerModifierConstructorDescriptionLeaderSelector(org.apache.curator.framework.CuratorFramework client, String leaderPath, ExecutorService executorService, LeaderSelectorListener listener) LeaderSelector(org.apache.curator.framework.CuratorFramework client, String leaderPath, ThreadFactory threadFactory, Executor executor, LeaderSelectorListener listener) Deprecated.This constructor was poorly thought out.LeaderSelector(org.apache.curator.framework.CuratorFramework client, String leaderPath, LeaderSelectorListener listener) LeaderSelector(org.apache.curator.framework.CuratorFramework client, String leaderPath, org.apache.curator.utils.CloseableExecutorService executorService, LeaderSelectorListener listener)