Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCacheListener
Packages that use CuratorCacheListener
-
Uses of CuratorCacheListener in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return CuratorCacheListenerModifier and TypeMethodDescriptionCuratorCacheListenerBuilder.build()Build and return a new listener based on the methods that have been previously calledMethods in org.apache.curator.framework.recipes.cache that return types with arguments of type CuratorCacheListenerModifier and TypeMethodDescriptionorg.apache.curator.framework.listen.Listenable<CuratorCacheListener> CuratorCache.listenable()Return the listener container so that listeners can be registered to be notified of changes to the cacheMethods in org.apache.curator.framework.recipes.cache with parameters of type CuratorCacheListenerModifier and TypeMethodDescriptionCuratorCacheListenerBuilder.forAll(CuratorCacheListener listener) Add a standard listener