Class GetDataOperation
java.lang.Object
org.apache.camel.component.zookeeper.operations.ZooKeeperOperation<byte[]>
org.apache.camel.component.zookeeper.operations.GetDataOperation
GetDataOperation is a basic operation to immediately retrieve the data associated with 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOperationResult<byte[]>Gets the result of this zookeeper operation, i.e.Methods inherited from class org.apache.camel.component.zookeeper.operations.ZooKeeperOperation
cancel, createCopy, get, get, getNode, isCancelled, isDone, shouldProduceExchange
-
Constructor Details
-
GetDataOperation
-
-
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<byte[]>
-