Class ProblemSummaryInformation


  • public class ProblemSummaryInformation
    extends Object
    Generates a problem summary object
    Since:
    2.0.0
    • Constructor Detail

      • ProblemSummaryInformation

        public ProblemSummaryInformation()
      • ProblemSummaryInformation

        public ProblemSummaryInformation​(String tableName,
                                         TableId tableId,
                                         Integer fileRead,
                                         Integer fileWrite,
                                         Integer tableLoad)
        Stores a single problem summary object
        Parameters:
        tableName - Name of the table with a problem
        tableId - ID of the table with a problem
        fileRead - Number of files read
        fileWrite - Number of files written
        tableLoad - Number of table loads