Interface AsyncTransactionSetDataBuilder

    • Method Detail

      • withVersion

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

        AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.CuratorOp> compressed()
        Cause the data to be compressed using the configured compression provider
        Returns:
        this
      • withVersionCompressed

        AsyncPathAndBytesable<org.apache.curator.framework.api.transaction.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