Interface FrontierReport

    • Method Detail

      • getJobName

        String getJobName()
        Returns:
        the jobName
      • getTimestamp

        long getTimestamp()
        Returns:
        the creation timestamp
      • addLine

        void addLine​(FrontierReportLine line)
        Add a line to the report.
        Parameters:
        line - line to add.
      • getLineForDomain

        FrontierReportLine getLineForDomain​(String domainName)
        Returns the line of the frontier report corresponding to the queue for the given domain name.
        Parameters:
        domainName - the domain name.
        Returns:
        null if no queue for this domain name exists, otherwise the line of the frontier report corresponding to the queue for the given domain name.