Class ExistsOperation


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

      • ExistsOperation

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

        public ExistsOperation​(org.apache.zookeeper.ZooKeeper connection,
                               String node,
                               boolean mustExist)