Package org.apache.curator.x.async.api
Interface AsyncPathAndBytesable<T>
- All Superinterfaces:
AsyncPathable<T>
- All Known Subinterfaces:
AsyncCreateBuilder,AsyncSetDataBuilder,AsyncTransactionCreateBuilder,AsyncTransactionSetDataBuilder
Terminal operation for various builders
-
Method Summary
Methods inherited from interface org.apache.curator.x.async.api.AsyncPathable
forPath
-
Method Details
-
forPath
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
-