Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCacheListener
-
Packages that use CuratorCacheListener Package Description org.apache.curator.framework.recipes.cache -
-
Uses of CuratorCacheListener in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return CuratorCacheListener Modifier and Type Method Description CuratorCacheListenerCuratorCacheListenerBuilder. 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 CuratorCacheListener Modifier and Type Method Description org.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 CuratorCacheListener Modifier and Type Method Description CuratorCacheListenerBuilderCuratorCacheListenerBuilder. forAll(CuratorCacheListener listener)Add a standard listener
-