Package org.apache.curator.x.async.api
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TforPath(java.lang.String path)Commit the currently building operation using the given path and invoke ZooKeeper
-
-
-
Method Detail
-
forPath
T forPath(java.lang.String path)
Commit the currently building operation using the given path and invoke ZooKeeper- Parameters:
path- the path- Returns:
- usually an async stage
-
-