| Package | Description |
|---|---|
| org.apache.curator.framework | |
| org.apache.curator.framework.imps | |
| org.apache.curator.framework.state |
| Modifier and Type | Method and Description |
|---|---|
Listenable<ConnectionStateListener> |
CuratorFramework.getConnectionStateListenable()
Returns the listenable interface for the Connect State
|
| Modifier and Type | Method and Description |
|---|---|
Listenable<ConnectionStateListener> |
CuratorFrameworkImpl.getConnectionStateListenable() |
| Modifier and Type | Class and Description |
|---|---|
class |
CircuitBreakingConnectionStateListener
A proxy for connection state listeners that adds circuit breaking behavior.
|
| Modifier and Type | Method and Description |
|---|---|
Listenable<ConnectionStateListener> |
ConnectionStateManager.getListenable()
Return the listenable
|
UnaryListenerManager<ConnectionStateListener> |
ConnectionStateListenerManagerFactory.newManager(CuratorFramework client)
Create a new listener manager
|
| Constructor and Description |
|---|
CircuitBreakingConnectionStateListener(CuratorFramework client,
ConnectionStateListener listener,
org.apache.curator.RetryPolicy retryPolicy) |
CircuitBreakingConnectionStateListener(CuratorFramework client,
ConnectionStateListener listener,
org.apache.curator.RetryPolicy retryPolicy,
ScheduledExecutorService service) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.