Interface AsyncTransactionSetDataBuilder

All Superinterfaces:
AsyncPathable<CuratorOp>, AsyncPathAndBytesable<CuratorOp>

public interface AsyncTransactionSetDataBuilder extends AsyncPathAndBytesable<CuratorOp>
See Also:
  • Method Details

    • withVersion

      AsyncPathAndBytesable<CuratorOp> withVersion(int version)
      Changes the version number used. By default, -1 is used
      Parameters:
      version - version to use
      Returns:
      this
    • compressed

      Cause the data to be compressed using the configured compression provider
      Returns:
      this
    • withVersionCompressed

      AsyncPathAndBytesable<CuratorOp> withVersionCompressed(int version)
      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