Uses of Interface
org.apache.curator.framework.listen.Listenable
Packages that use Listenable
Package
Description
-
Uses of Listenable in org.apache.curator.framework
Methods in org.apache.curator.framework that return ListenableModifier 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
Methods in org.apache.curator.framework.imps that return ListenableModifier and TypeMethodDescriptionCuratorFrameworkImpl.getConnectionStateListenable()
CuratorFrameworkImpl.getCuratorListenable()
CuratorFrameworkImpl.getUnhandledErrorListenable()
-
Uses of Listenable in org.apache.curator.framework.listen
Subinterfaces of Listenable in org.apache.curator.framework.listenModifier and TypeInterfaceDescriptioninterface
ListenerManager<K,
V> interface
AListenerManager
that doesn't do any mappingClasses in org.apache.curator.framework.listen that implement ListenableModifier 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
Methods in org.apache.curator.framework.recipes.cache that return ListenableModifier 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
Methods in org.apache.curator.framework.recipes.nodes that return Listenable -
Uses of Listenable in org.apache.curator.framework.recipes.queue
Methods in org.apache.curator.framework.recipes.queue that return ListenableModifier 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
Methods in org.apache.curator.framework.recipes.watch that return ListenableModifier 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
Methods in org.apache.curator.framework.state that return Listenable -
Uses of Listenable in org.apache.curator.x.async.modeled.cached
Methods in org.apache.curator.x.async.modeled.cached that return ListenableModifier and TypeMethodDescriptionCachedModeledFramework.listenable()
Return the listener container so that you can add/remove listeners -
Uses of Listenable in org.apache.curator.x.discovery
Subinterfaces of Listenable in org.apache.curator.x.discovery -
Uses of Listenable in org.apache.curator.x.discovery.details
Classes in org.apache.curator.x.discovery.details that implement Listenable