Package org.apache.curator.x.async.api
Interface AsyncTransactionCheckBuilder
- All Superinterfaces:
AsyncPathable<CuratorOp>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionwithVersion
(int version) Use the given version (the default is -1)Methods inherited from interface org.apache.curator.x.async.api.AsyncPathable
forPath
-
Method Details
-
withVersion
Use the given version (the default is -1)- Parameters:
version
- version to use- Returns:
- this
-