Package | Description |
---|---|
org.apache.twill.zookeeper |
This package provides functionality for ZooKeeper interactions.
|
Modifier and Type | Method and Description |
---|---|
OperationFuture<NodeChildren> |
ZKClient.getChildren(String path)
Gets the list of children nodes under the given path.
|
OperationFuture<NodeChildren> |
AbstractZKClient.getChildren(String path) |
OperationFuture<NodeChildren> |
ForwardingZKClient.getChildren(String path,
org.apache.zookeeper.Watcher watcher) |
OperationFuture<NodeChildren> |
ZKClient.getChildren(String path,
org.apache.zookeeper.Watcher watcher)
Gets the list of children nodes under the given path and leave a watcher on the node for watching node
deletion and children nodes creation/deletion.
|
Modifier and Type | Method and Description |
---|---|
void |
ZKOperations.ChildrenCallback.updated(NodeChildren nodeChildren) |
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.