Interface AsyncPathable<T>

All Known Subinterfaces:
AsyncCreateBuilder, AsyncDeleteBuilder, AsyncExistsBuilder, AsyncGetACLBuilder, AsyncGetChildrenBuilder, AsyncGetDataBuilder, AsyncPathAndBytesable<T>, AsyncSetDataBuilder, AsyncSyncBuilder, AsyncTransactionCheckBuilder, AsyncTransactionCreateBuilder, AsyncTransactionDeleteBuilder, AsyncTransactionSetDataBuilder, AsyncWatchBuilder, AsyncWatchBuilder2

public interface AsyncPathable<T>
Terminal operation for various builders
  • Method Summary

    Modifier and Type
    Method
    Description
    Commit the currently building operation using the given path and invoke ZooKeeper
  • Method Details

    • forPath

      T forPath(String path)
      Commit the currently building operation using the given path and invoke ZooKeeper
      Parameters:
      path - the path
      Returns:
      usually an async stage