Class MySqlApplyError.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • lastErrorNumber

        public MySqlApplyError.Builder lastErrorNumber​(Integer lastErrorNumber)
        The error number of the most recent error that caused the SQL/coordinator thread to stop.
        Parameters:
        lastErrorNumber - the value to set
        Returns:
        this builder
      • lastErrorMessage

        public MySqlApplyError.Builder lastErrorMessage​(String lastErrorMessage)
        The error message of the most recent error that caused the SQL/coordinator thread to stop.
        Parameters:
        lastErrorMessage - the value to set
        Returns:
        this builder
      • timeLastError

        public MySqlApplyError.Builder timeLastError​(Date timeLastError)
        The timestamp when the most recent SQL/coordinator error occurred.
        Parameters:
        timeLastError - the value to set
        Returns:
        this builder