Uses of Interface
org.apache.curator.framework.recipes.cache.TreeCacheSelector
Packages that use TreeCacheSelector
-
Uses of TreeCacheSelector in org.apache.curator.framework.recipes.cache
Classes in org.apache.curator.framework.recipes.cache that implement TreeCacheSelectorModifier and TypeClassDescriptionclass
Default TreeCache selector - returns true for all methodsMethods in org.apache.curator.framework.recipes.cache with parameters of type TreeCacheSelectorModifier and TypeMethodDescriptionTreeCache.Builder.setSelector
(TreeCacheSelector selector) By default,DefaultTreeCacheSelector
is used.