Interface AsyncPathAndBytesable<T>

All Superinterfaces:
AsyncPathable<T>
All Known Subinterfaces:
AsyncCreateBuilder, AsyncSetDataBuilder, AsyncTransactionCreateBuilder, AsyncTransactionSetDataBuilder

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

    Modifier and Type
    Method
    Description
    forPath(String path, byte[] data)
    Commit the currently building operation using the given path and data and invoke ZooKeeper

    Methods inherited from interface org.apache.curator.x.async.api.AsyncPathable

    forPath
  • Method Details

    • forPath

      T forPath(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