public class GetChildrenOperation extends ZooKeeperOperation<List<String>>
GetChildrenOperation is a basic ZooKeeper operation used to
retrieve the list of children belonging to a given ZooKeeper node.connection, CONSTRUCTOR_ARGS, LOG, node, result, waitingThreads| Constructor and Description |
|---|
GetChildrenOperation(org.apache.zookeeper.ZooKeeper connection,
String node) |
| Modifier and Type | Method and Description |
|---|---|
OperationResult<List<String>> |
getResult()
Gets the result of this zookeeper operation, i.e.
|
cancel, createCopy, get, get, getNode, isCancelled, isDone, shouldProduceExchangepublic GetChildrenOperation(org.apache.zookeeper.ZooKeeper connection,
String node)
public OperationResult<List<String>> getResult()
ZooKeeperOperationgetResult in class ZooKeeperOperation<List<String>>Apache Camel