Package org.apache.bookkeeper.util
Interface SubTreeCache.TreeProvider
- Enclosing class:
- SubTreeCache
public static interface SubTreeCache.TreeProvider
A tree provider.
-
Method Summary
-
Method Details
-
getChildren
List<String> getChildren(String path, org.apache.zookeeper.Watcher watcher) throws InterruptedException, org.apache.zookeeper.KeeperException - Throws:
InterruptedExceptionorg.apache.zookeeper.KeeperException
-