Uses of Interface
org.apache.curator.framework.state.ConnectionStateListenerManagerFactory
Packages that use ConnectionStateListenerManagerFactory
-
Uses of ConnectionStateListenerManagerFactory in org.apache.curator.framework
Methods in org.apache.curator.framework that return ConnectionStateListenerManagerFactoryModifier and TypeMethodDescriptionCuratorFrameworkFactory.Builder.getConnectionStateListenerManagerFactory()Methods in org.apache.curator.framework with parameters of type ConnectionStateListenerManagerFactoryModifier and TypeMethodDescriptionCuratorFrameworkFactory.Builder.connectionStateListenerManagerFactory(ConnectionStateListenerManagerFactory connectionStateListenerManagerFactory) Sets the connection state listener manager factory. -
Uses of ConnectionStateListenerManagerFactory in org.apache.curator.framework.state
Fields in org.apache.curator.framework.state declared as ConnectionStateListenerManagerFactoryModifier and TypeFieldDescriptionstatic final ConnectionStateListenerManagerFactoryConnectionStateListenerManagerFactory.standardPass throughMethods in org.apache.curator.framework.state that return ConnectionStateListenerManagerFactoryModifier and TypeMethodDescriptionConnectionStateListenerManagerFactory.circuitBreaking(org.apache.curator.RetryPolicy retryPolicy) Listeners set in this manager receive circuit breaking behavior usingCircuitBreakingConnectionStateListeneras a master listener that proxies to any listener registered by client code (unless the listener returns true forConnectionStateListener.doNotProxy()).ConnectionStateListenerManagerFactory.circuitBreaking(org.apache.curator.RetryPolicy retryPolicy, ScheduledExecutorService service) Listeners set in this manager receive circuit breaking behavior usingCircuitBreakingConnectionStateListeneras a master listener that proxies to any listener registered by client code (unless the listener returns true forConnectionStateListener.doNotProxy()).Constructors in org.apache.curator.framework.state with parameters of type ConnectionStateListenerManagerFactoryModifierConstructorDescriptionConnectionStateManager(CuratorFramework client, ThreadFactory threadFactory, int sessionTimeoutMs, int sessionExpirationPercent, ConnectionStateListenerManagerFactory managerFactory)