Uses of Interface
org.apache.curator.framework.state.ConnectionStateListener
Packages that use ConnectionStateListener
Package
Description
-
Uses of ConnectionStateListener in org.apache.curator.framework
Methods in org.apache.curator.framework that return types with arguments of type ConnectionStateListenerModifier and TypeMethodDescriptionCuratorFramework.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 -
Uses of ConnectionStateListener in org.apache.curator.framework.state
Classes in org.apache.curator.framework.state that implement ConnectionStateListenerModifier and TypeClassDescriptionclassA proxy for connection state listeners that adds circuit breaking behavior.Methods in org.apache.curator.framework.state that return types with arguments of type ConnectionStateListenerModifier and TypeMethodDescriptionConnectionStateManager.getListenable()Return the listenableConnectionStateListenerManagerFactory.newManager(CuratorFramework client) Create a new listener managerConstructors in org.apache.curator.framework.state with parameters of type ConnectionStateListenerModifierConstructorDescriptionCircuitBreakingConnectionStateListener(CuratorFramework client, ConnectionStateListener listener, org.apache.curator.RetryPolicy retryPolicy) CircuitBreakingConnectionStateListener(CuratorFramework client, ConnectionStateListener listener, org.apache.curator.RetryPolicy retryPolicy, ScheduledExecutorService service)