Interface WatchableAsyncCuratorFramework

    • Method Detail

      • checkExists

        AsyncExistsBuilder checkExists()
        Start an exists builder. The builder will return a Stat object as if org.apache.zookeeper.ZooKeeper.exists() were called. Thus, a null means that it does not exist and an actual Stat object means it does exist.
        Returns:
        builder object