Uses of Class
org.apache.camel.component.zookeeper.operations.ZooKeeperOperation
Packages that use ZooKeeperOperation
Package
Description
-
Uses of ZooKeeperOperation in org.apache.camel.component.zookeeper
Methods in org.apache.camel.component.zookeeper with parameters of type ZooKeeperOperationModifier and TypeMethodDescriptionstatic org.apache.zookeeper.WatchedEventZooKeeperUtils.getWatchedEvent(ZooKeeperOperation<?> zooKeeperOperation) static booleanZooKeeperUtils.hasWatchedEvent(ZooKeeperOperation<?> zooKeeperOperation) -
Uses of ZooKeeperOperation in org.apache.camel.component.zookeeper.operations
Subclasses of ZooKeeperOperation in org.apache.camel.component.zookeeper.operationsModifier and TypeClassDescriptionclassAnyOfOperationsis a composite operation of one or more sub operation, executing each in turn until any one succeeds.classChildrenChangedOperationis an watch driven operation.classCreateOperationis a basic Zookeeper operation used to create and set the data contained in a given nodeclassDataChangedOperationis an watch driven operation.classsetdataOperationsets the content of a ZooKeeper node.classDataChangedOperationis an watch driven operation.classExistsOperationis a basic ZooKeeper operation used to test the existence of a given node.classFutureEventDrivenOperation<ResultType>FutureEventDrivenOperationuses ZooKeepersWatchermechanism to await specific ZooKeeper events.classGetChildrenOperationis a basic ZooKeeper operation used to retrieve the list of children belonging to a given ZooKeeper node.classGetDataOperationis a basic operation to immediately retrieve the data associated with a given ZooKeeper node.classSetDataOperationsets the content of a ZooKeeper node.Methods in org.apache.camel.component.zookeeper.operations that return ZooKeeperOperationModifier and TypeMethodDescriptionAnyOfOperations.createCopy()ChildrenChangedOperation.createCopy()DataChangedOperation.createCopy()DeleteOperation.createCopy()SetDataOperation.createCopy()ZooKeeperOperation.createCopy()Constructors in org.apache.camel.component.zookeeper.operations with parameters of type ZooKeeperOperationModifierConstructorDescriptionAnyOfOperations(String node, ZooKeeperOperation... keeperOperations)