Uses of Interface
org.apache.curator.framework.state.ConnectionStateListener
Packages that use ConnectionStateListener
Package
Description
-
Uses of ConnectionStateListener in leader
Classes in leader that implement ConnectionStateListener -
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.recipes.leader
Subinterfaces of ConnectionStateListener in org.apache.curator.framework.recipes.leaderModifier and TypeInterfaceDescriptioninterfaceNotification for leadershipClasses in org.apache.curator.framework.recipes.leader that implement ConnectionStateListenerModifier and TypeClassDescriptionclassAn implementation ofLeaderSelectorListenerthat adds the recommended handling for connection state problems -
Uses of ConnectionStateListener in org.apache.curator.framework.recipes.queue
Subinterfaces of ConnectionStateListener in org.apache.curator.framework.recipes.queueClasses in org.apache.curator.framework.recipes.queue that implement ConnectionStateListenerModifier and TypeClassDescriptionclassUtility - a queue consumer that provides behavior similar to aBlockingQueueConstructors in org.apache.curator.framework.recipes.queue with parameters of type ConnectionStateListenerModifierConstructorDescriptionBlockingQueueConsumer(ConnectionStateListener connectionStateListener) Creates with capacity ofInteger.MAX_VALUEBlockingQueueConsumer(ConnectionStateListener connectionStateListener, int capacity) BlockingQueueConsumer(ConnectionStateListener connectionStateListener, BlockingQueue<T> queue) Wrap the given blocking queue -
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, RetryPolicy retryPolicy) CircuitBreakingConnectionStateListener(CuratorFramework client, ConnectionStateListener listener, RetryPolicy retryPolicy, ScheduledExecutorService service) -
Uses of ConnectionStateListener in org.apache.curator.x.discovery.details
Subinterfaces of ConnectionStateListener in org.apache.curator.x.discovery.detailsModifier and TypeInterfaceDescriptioninterfaceListener for changes to a service cache