Package org.apache.curator.x.async.api
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TforPath(java.lang.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 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 pathdata- the data- Returns:
- usually an async stage
-
-