| Package | Description |
|---|---|
| org.apache.curator.framework | |
| org.apache.curator.framework.imps | |
| org.apache.curator.framework.listen | |
| org.apache.curator.framework.state |
| Modifier and Type | Method and Description |
|---|---|
Listenable<ConnectionStateListener> |
CuratorFramework.getConnectionStateListenable()
Returns the listenable interface for the Connect State
|
Listenable<CuratorListener> |
CuratorFramework.getCuratorListenable()
Returns the listenable interface for events
|
Listenable<UnhandledErrorListener> |
CuratorFramework.getUnhandledErrorListenable()
Returns the listenable interface for unhandled errors
|
| Modifier and Type | Method and Description |
|---|---|
Listenable<ConnectionStateListener> |
CuratorFrameworkImpl.getConnectionStateListenable() |
Listenable<CuratorListener> |
CuratorFrameworkImpl.getCuratorListenable() |
Listenable<UnhandledErrorListener> |
CuratorFrameworkImpl.getUnhandledErrorListenable() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListenerManager<K,V> |
interface |
UnaryListenerManager<T>
A
ListenerManager that doesn't do any mapping |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingListenerManager<K,V>
Version of ListenerManager that supports mapping/wrapping of listeners
|
class |
StandardListenerManager<T>
Non mapping version of a listener container
|
| Modifier and Type | Method and Description |
|---|---|
Listenable<ConnectionStateListener> |
ConnectionStateManager.getListenable()
Return the listenable
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.