Uses of Interface
org.apache.curator.framework.recipes.cache.PathChildrenCacheListener
-
Packages that use PathChildrenCacheListener Package Description org.apache.curator.framework.recipes.cache -
-
Uses of PathChildrenCacheListener in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return types with arguments of type PathChildrenCacheListener Modifier and Type Method Description org.apache.curator.framework.listen.Listenable<PathChildrenCacheListener>PathChildrenCache. getListenable()Deprecated.Return the cache listenableMethods in org.apache.curator.framework.recipes.cache with parameters of type PathChildrenCacheListener Modifier and Type Method Description CuratorCacheListenerBuilderCuratorCacheListenerBuilder. forPathChildrenCache(org.apache.curator.framework.CuratorFramework client, PathChildrenCacheListener listener)Bridge listener.
-