Uses of Interface
org.apache.curator.framework.state.ConnectionStateListenerManagerFactory
-
Packages that use ConnectionStateListenerManagerFactory Package Description org.apache.curator.framework org.apache.curator.framework.state -
-
Uses of ConnectionStateListenerManagerFactory in org.apache.curator.framework
Methods in org.apache.curator.framework that return ConnectionStateListenerManagerFactory Modifier and Type Method Description ConnectionStateListenerManagerFactoryCuratorFrameworkFactory.Builder. getConnectionStateListenerManagerFactory()Methods in org.apache.curator.framework with parameters of type ConnectionStateListenerManagerFactory Modifier and Type Method Description CuratorFrameworkFactory.BuilderCuratorFrameworkFactory.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 ConnectionStateListenerManagerFactory Modifier and Type Field Description static ConnectionStateListenerManagerFactoryConnectionStateListenerManagerFactory. standardPass throughMethods in org.apache.curator.framework.state that return ConnectionStateListenerManagerFactory Modifier and Type Method Description static ConnectionStateListenerManagerFactoryConnectionStateListenerManagerFactory. 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()).static ConnectionStateListenerManagerFactoryConnectionStateListenerManagerFactory. circuitBreaking(org.apache.curator.RetryPolicy retryPolicy, java.util.concurrent.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 ConnectionStateListenerManagerFactory Constructor Description ConnectionStateManager(CuratorFramework client, java.util.concurrent.ThreadFactory threadFactory, int sessionTimeoutMs, int sessionExpirationPercent, ConnectionStateListenerManagerFactory managerFactory)
-