Class ExistsOperation

java.lang.Object
org.apache.camel.component.zookeeper.operations.ZooKeeperOperation<String>
org.apache.camel.component.zookeeper.operations.ExistsOperation

public class ExistsOperation extends ZooKeeperOperation<String>
ExistsOperation is a basic ZooKeeper operation used to test the existence of a given node.
  • Constructor Details

    • ExistsOperation

      public ExistsOperation(org.apache.zookeeper.ZooKeeper connection, String node)
    • ExistsOperation

      public ExistsOperation(org.apache.zookeeper.ZooKeeper connection, String node, boolean mustExist)
  • Method Details