Class ProblemSummaryInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.problems.ProblemSummaryInformation
-
public class ProblemSummaryInformation extends Object
Generates a problem summary object- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description ProblemSummaryInformation()ProblemSummaryInformation(String tableName, TableId tableId, Integer fileRead, Integer fileWrite, Integer tableLoad)Stores a single problem summary object
-
-
-
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 problemtableId- ID of the table with a problemfileRead- Number of files readfileWrite- Number of files writtentableLoad- Number of table loads
-
-