Package org.apache.camel.component.zookeeper.operations
package org.apache.camel.component.zookeeper.operations
-
ClassDescription
AnyOfOperationsis a composite operation of one or more sub operation, executing each in turn until any one succeeds.ChildrenChangedOperationis an watch driven operation.CreateOperationis a basic Zookeeper operation used to create and set the data contained in a given nodeDataChangedOperationis an watch driven operation.setdataOperationsets the content of a ZooKeeper node.DataChangedOperationis an watch driven operation.ExistsOperationis a basic ZooKeeper operation used to test the existence of a given node.FutureEventDrivenOperation<ResultType>FutureEventDrivenOperationuses ZooKeepersWatchermechanism to await specific ZooKeeper events.GetChildrenOperationis a basic ZooKeeper operation used to retrieve the list of children belonging to a given ZooKeeper node.GetDataOperationis a basic operation to immediately retrieve the data associated with a given ZooKeeper node.OperationResult<ResultType>OperationResultis used to ecapsulate the results of executing aZooKeeperOperationSetDataOperationsets the content of a ZooKeeper node.ZooKeeperOperation<ResultType>ZooKeeperOperationis the base class for wrapping various ZooKeeper API instructions and callbacks into callable and composable operation objects.