Uses of Interface
org.apache.curator.framework.listen.Listenable
Package
Description
-
Uses of Listenable in org.apache.curator.framework
Modifier and TypeMethodDescriptionCuratorFramework.getConnectionStateListenable()
Returns the listenable interface for the Connect StateCuratorFramework.getCuratorListenable()
Returns the listenable interface for eventsCuratorFramework.getUnhandledErrorListenable()
Returns the listenable interface for unhandled errors -
Uses of Listenable in org.apache.curator.framework.imps
Modifier and TypeMethodDescriptionCuratorFrameworkImpl.getConnectionStateListenable()
CuratorFrameworkImpl.getCuratorListenable()
CuratorFrameworkImpl.getUnhandledErrorListenable()
-
Uses of Listenable in org.apache.curator.framework.listen
Modifier and TypeInterfaceDescriptioninterface
ListenerManager<K,
V> interface
AListenerManager
that doesn't do any mappingModifier and TypeClassDescriptionclass
Version of ListenerManager that supports mapping/wrapping of listenersclass
Non mapping version of a listener container -
Uses of Listenable in org.apache.curator.framework.recipes.cache
Modifier and TypeMethodDescriptionNodeCache.getListenable()
Deprecated.Return the cache listenablePathChildrenCache.getListenable()
Deprecated.Return the cache listenableTreeCache.getListenable()
Deprecated.Return the cache listenableTreeCache.getUnhandledErrorListenable()
Deprecated.Allows catching unhandled errors in asynchronous operations.CuratorCache.listenable()
Return the listener container so that listeners can be registered to be notified of changes to the cache -
Uses of Listenable in org.apache.curator.framework.recipes.nodes
-
Uses of Listenable in org.apache.curator.framework.recipes.queue
Modifier and TypeMethodDescriptionDistributedDelayQueue.getPutListenerContainer()
Return the manager for put listenersDistributedIdQueue.getPutListenerContainer()
DistributedPriorityQueue.getPutListenerContainer()
Return the manager for put listenersDistributedQueue.getPutListenerContainer()
Return the manager for put listenersQueueBase.getPutListenerContainer()
Return the manager for put listeners -
Uses of Listenable in org.apache.curator.framework.recipes.watch
Modifier and TypeMethodDescriptionListenable
<org.apache.zookeeper.Watcher> PersistentWatcher.getListenable()
Container for setting listenersPersistentWatcher.getResetListenable()
Listeners are called when the persistent watcher has been successfully registered or re-registered after a connection disruption -
Uses of Listenable in org.apache.curator.framework.state
-
Uses of Listenable in org.apache.curator.x.async.modeled.cached
Modifier and TypeMethodDescriptionCachedModeledFramework.listenable()
Return the listener container so that you can add/remove listeners -
Uses of Listenable in org.apache.curator.x.discovery
-
Uses of Listenable in org.apache.curator.x.discovery.details