public class GetDataOperation extends ZooKeeperOperation<byte[]>
GetDataOperation
is a basic operation to immediately retrieve
the data associated with a given ZooKeeper node.connection, CONSTRUCTOR_ARGS, LOG, node, result, waitingThreads
Constructor and Description |
---|
GetDataOperation(org.apache.zookeeper.ZooKeeper connection,
String node) |
Modifier and Type | Method and Description |
---|---|
OperationResult<byte[]> |
getResult()
Gets the result of this zookeeper operation, i.e.
|
cancel, createCopy, get, get, getNode, isCancelled, isDone, shouldProduceExchange
public GetDataOperation(org.apache.zookeeper.ZooKeeper connection, String node)
public OperationResult<byte[]> getResult()
ZooKeeperOperation
getResult
in class ZooKeeperOperation<byte[]>
Apache Camel