Interface CreateModable<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T withMode​(org.apache.zookeeper.CreateMode mode)
      Set a create mode - the default is CreateMode.PERSISTENT
    • Method Detail

      • withMode

        T withMode​(org.apache.zookeeper.CreateMode mode)
        Set a create mode - the default is CreateMode.PERSISTENT
        Parameters:
        mode - new create mode
        Returns:
        this