TreeCacheSelectorpublic class DefaultTreeCacheSelector extends java.lang.Object implements TreeCacheSelector
| Constructor | Description |
|---|---|
DefaultTreeCacheSelector() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
acceptChild(java.lang.String fullPath) |
Return true if this node should be returned from the cache
|
boolean |
traverseChildren(java.lang.String fullPath) |
Return true if children of this path should be cached.
|
public boolean traverseChildren(java.lang.String fullPath)
TreeCacheSelectortraverseChildren in interface TreeCacheSelectorfullPath - full path of the ZNodepublic boolean acceptChild(java.lang.String fullPath)
TreeCacheSelectoracceptChild in interface TreeCacheSelectorfullPath - full path of the ZNodeCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.