Uses of Class
org.apache.camel.component.zookeeper.operations.ZooKeeperOperation

Packages that use ZooKeeperOperation
org.apache.camel.component.zookeeper   
org.apache.camel.component.zookeeper.operations   
 

Uses of ZooKeeperOperation in org.apache.camel.component.zookeeper
 

Methods in org.apache.camel.component.zookeeper with parameters of type ZooKeeperOperation
static org.apache.zookeeper.WatchedEvent ZooKeeperUtils.getWatchedEvent(ZooKeeperOperation<?> zooKeeperOperation)
           
static boolean ZooKeeperUtils.hasWatchedEvent(ZooKeeperOperation<?> zooKeeperOperation)
           
 

Uses of ZooKeeperOperation in org.apache.camel.component.zookeeper.operations
 

Subclasses of ZooKeeperOperation in org.apache.camel.component.zookeeper.operations
 class AnyOfOperations
          AnyOfOperations is a composite operation of one or more sub operation, executing each in turn until any one succeeds.
 class ChildrenChangedOperation
          ChildrenChangedOperation is an watch driven operation.
 class CreateOperation
          CreateOperation is a basic Zookeeper operation used to create and set the data contained in a given node
 class DataChangedOperation
          DataChangedOperation is an watch driven operation.
 class ExistenceChangedOperation
          DataChangedOperation is an watch driven operation.
 class ExistsOperation
          ExistsOperation is a basic ZooKeeper operation used to test the existence of a given node.
 class FutureEventDrivenOperation<ResultType>
          FutureEventDrivenOperation uses ZooKeepers Watcher mechanism to await specific ZooKeeper events.
 class GetChildrenOperation
          GetChildrenOperation is a basic ZooKeeper operation used to retrieve the list of children belonging to a given ZooKeeper node.
 class GetDataOperation
          GetDataOperation is a basic operation to immediately retrieve the data associated with a given ZooKeeper node.
 class SetDataOperation
          SetDataOperation sets the content of a ZooKeeper node.
 

Methods in org.apache.camel.component.zookeeper.operations that return ZooKeeperOperation
 ZooKeeperOperation<?> ChildrenChangedOperation.createCopy()
           
 ZooKeeperOperation<?> SetDataOperation.createCopy()
           
 ZooKeeperOperation<?> ZooKeeperOperation.createCopy()
           
 ZooKeeperOperation AnyOfOperations.createCopy()
           
 ZooKeeperOperation<?> DataChangedOperation.createCopy()
           
 

Constructors in org.apache.camel.component.zookeeper.operations with parameters of type ZooKeeperOperation
AnyOfOperations(String node, ZooKeeperOperation... keeperOperations)
           
 



Apache CAMEL