Package org.apache.curator.x.async.api
Interface AsyncTransactionSetDataBuilder
- All Superinterfaces:
AsyncPathable<CuratorOp>
,AsyncPathAndBytesable<CuratorOp>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionCause the data to be compressed using the configured compression providerwithVersion
(int version) Changes the version number used.withVersionCompressed
(int version) Cause the data to be compressed using the configured compression provider.Methods inherited from interface org.apache.curator.x.async.api.AsyncPathable
forPath
Methods inherited from interface org.apache.curator.x.async.api.AsyncPathAndBytesable
forPath
-
Method Details
-
withVersion
Changes the version number used. By default, -1 is used- Parameters:
version
- version to use- Returns:
- this
-
compressed
AsyncPathAndBytesable<CuratorOp> compressed()Cause the data to be compressed using the configured compression provider- Returns:
- this
-
withVersionCompressed
Cause the data to be compressed using the configured compression provider. Also changes the version number used. By default, -1 is used- Parameters:
version
- version to use- Returns:
- this
-