Interface AsyncPathAndBytesable<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T forPath​(java.lang.String path, byte[] data)
      Commit the currently building operation using the given path and data and invoke ZooKeeper
    • Method Detail

      • forPath

        T forPath​(java.lang.String path,
                  byte[] data)
        Commit the currently building operation using the given path and data and invoke ZooKeeper
        Parameters:
        path - the path
        data - the data
        Returns:
        usually an async stage