Class ProblemDetailInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.problems.ProblemDetailInformation
-
public class ProblemDetailInformation extends Object
Generates a problem detail as a JSON object- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description ProblemDetailInformation()ProblemDetailInformation(String tableName, TableId tableId, String type, String server, Long time, String resource, String exception)Stores a problem detail
-
-
-
Constructor Detail
-
ProblemDetailInformation
public ProblemDetailInformation()
-
ProblemDetailInformation
public ProblemDetailInformation(String tableName, TableId tableId, String type, String server, Long time, String resource, String exception)
Stores a problem detail- Parameters:
tableName- Table name of the problemtableId- Table ID of the problemtype- Type of problemserver- Location of the problemtime- Time of the problemresource- Resource with the problemexception- Exception of the problem
-
-