Package | Description |
---|---|
org.apache.twill.zookeeper |
This package provides functionality for ZooKeeper interactions.
|
Modifier and Type | Method and Description |
---|---|
OperationFuture<NodeData> |
ZKClient.getData(String path)
Gets the data stored in the given path.
|
OperationFuture<NodeData> |
AbstractZKClient.getData(String path) |
OperationFuture<NodeData> |
ForwardingZKClient.getData(String path,
org.apache.zookeeper.Watcher watcher) |
OperationFuture<NodeData> |
ZKClient.getData(String path,
org.apache.zookeeper.Watcher watcher)
Gets the data stored in the given path and leave a watcher on the node for watching deletion/data changes on
the node.
|
Modifier and Type | Method and Description |
---|---|
void |
ZKOperations.DataCallback.updated(NodeData nodeData)
Invoked when data of the node changed.
|
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.