Class GetChildrenOperation
java.lang.Object
org.apache.camel.component.zookeeper.operations.ZooKeeperOperation<List<String>>
org.apache.camel.component.zookeeper.operations.GetChildrenOperation
GetChildrenOperation is a basic ZooKeeper operation used to retrieve the list of children belonging to a
given ZooKeeper node.-
Field Summary
Fields inherited from class org.apache.camel.component.zookeeper.operations.ZooKeeperOperation
connection, CONSTRUCTOR_ARGS, LOG, node, result, waitingThreads -
Constructor Summary
ConstructorsConstructorDescriptionGetChildrenOperation(org.apache.zookeeper.ZooKeeper connection, String node) -
Method Summary
Modifier and TypeMethodDescriptionGets the result of this zookeeper operation, i.e. some data and the associated node statsMethods inherited from class org.apache.camel.component.zookeeper.operations.ZooKeeperOperation
cancel, createCopy, get, get, getNode, isCancelled, isDone, shouldProduceExchange
-
Constructor Details
-
GetChildrenOperation
-
-
Method Details
-
getResult
Description copied from class:ZooKeeperOperationGets the result of this zookeeper operation, i.e. some data and the associated node stats- Specified by:
getResultin classZooKeeperOperation<List<String>>
-