Uses of Interface
org.apache.curator.framework.state.ConnectionStateListener
-
Packages that use ConnectionStateListener Package Description org.apache.curator.framework org.apache.curator.framework.imps org.apache.curator.framework.state -
-
Uses of ConnectionStateListener in org.apache.curator.framework
Methods in org.apache.curator.framework that return types with arguments of type ConnectionStateListener Modifier and Type Method Description Listenable<ConnectionStateListener>CuratorFramework. getConnectionStateListenable()Returns the listenable interface for the Connect State -
Uses of ConnectionStateListener in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return types with arguments of type ConnectionStateListener Modifier and Type Method Description Listenable<ConnectionStateListener>CuratorFrameworkImpl. getConnectionStateListenable() -
Uses of ConnectionStateListener in org.apache.curator.framework.state
Classes in org.apache.curator.framework.state that implement ConnectionStateListener Modifier and Type Class Description classCircuitBreakingConnectionStateListenerA decorator/proxy for connection state listeners that adds circuit breaking behavior.Methods in org.apache.curator.framework.state that return ConnectionStateListener Modifier and Type Method Description ConnectionStateListenerConnectionStateListenerDecorator. decorateListener(CuratorFramework client, ConnectionStateListener actual)Methods in org.apache.curator.framework.state that return types with arguments of type ConnectionStateListener Modifier and Type Method Description Listenable<ConnectionStateListener>ConnectionStateManager. getListenable()Return the listenableMethods in org.apache.curator.framework.state with parameters of type ConnectionStateListener Modifier and Type Method Description ConnectionStateListenerConnectionStateListenerDecorator. decorateListener(CuratorFramework client, ConnectionStateListener actual)Constructors in org.apache.curator.framework.state with parameters of type ConnectionStateListener Constructor Description CircuitBreakingConnectionStateListener(CuratorFramework client, ConnectionStateListener listener, org.apache.curator.RetryPolicy retryPolicy)CircuitBreakingConnectionStateListener(CuratorFramework client, ConnectionStateListener listener, org.apache.curator.RetryPolicy retryPolicy, java.util.concurrent.ScheduledExecutorService service)
-