Interface AsyncExistsBuilder

All Superinterfaces:
AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>>

public interface AsyncExistsBuilder extends AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>>
Builder for ZNode exists
  • Method Details

    • withOptions

      AsyncPathable<AsyncStage<org.apache.zookeeper.data.Stat>> withOptions(Set<ExistsOption> options)
      Use the given options. The default is to use no options
      Parameters:
      options - options to use
      Returns:
      this