Uses of Interface
org.apache.curator.framework.state.ConnectionStateListenerDecorator
-
Packages that use ConnectionStateListenerDecorator Package Description org.apache.curator.framework org.apache.curator.framework.state -
-
Uses of ConnectionStateListenerDecorator in org.apache.curator.framework
Methods in org.apache.curator.framework that return ConnectionStateListenerDecorator Modifier and Type Method Description ConnectionStateListenerDecoratorCuratorFrameworkFactory.Builder. getConnectionStateListenerDecorator()Methods in org.apache.curator.framework with parameters of type ConnectionStateListenerDecorator Modifier and Type Method Description CuratorFrameworkFactory.BuilderCuratorFrameworkFactory.Builder. connectionStateListenerDecorator(ConnectionStateListenerDecorator connectionStateListenerDecorator)Sets the connection state listener decorator. -
Uses of ConnectionStateListenerDecorator in org.apache.curator.framework.state
Fields in org.apache.curator.framework.state declared as ConnectionStateListenerDecorator Modifier and Type Field Description static ConnectionStateListenerDecoratorConnectionStateListenerDecorator. standardPass through - does no decorationMethods in org.apache.curator.framework.state that return ConnectionStateListenerDecorator Modifier and Type Method Description static ConnectionStateListenerDecoratorConnectionStateListenerDecorator. circuitBreaking(org.apache.curator.RetryPolicy retryPolicy)Decorates the listener with circuit breaking behavior usingCircuitBreakingConnectionStateListenerstatic ConnectionStateListenerDecoratorConnectionStateListenerDecorator. circuitBreaking(org.apache.curator.RetryPolicy retryPolicy, java.util.concurrent.ScheduledExecutorService service)Decorates the listener with circuit breaking behavior usingCircuitBreakingConnectionStateListenerConstructors in org.apache.curator.framework.state with parameters of type ConnectionStateListenerDecorator Constructor Description ConnectionStateManager(CuratorFramework client, java.util.concurrent.ThreadFactory threadFactory, int sessionTimeoutMs, int sessionExpirationPercent, ConnectionStateListenerDecorator connectionStateListenerDecorator)
-