Uses of Class
org.apache.accumulo.server.problems.ProblemType
-
Packages that use ProblemType Package Description org.apache.accumulo.server.problems -
-
Uses of ProblemType in org.apache.accumulo.server.problems
Methods in org.apache.accumulo.server.problems that return ProblemType Modifier and Type Method Description ProblemTypeProblemReport. getProblemType()static ProblemTypeProblemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProblemType[]ProblemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.server.problems that return types with arguments of type ProblemType Modifier and Type Method Description Map<TableId,Map<ProblemType,Integer>>ProblemReports. summarize()Methods in org.apache.accumulo.server.problems with parameters of type ProblemType Modifier and Type Method Description voidProblemReports. deleteProblemReport(TableId table, ProblemType pType, String resource)Constructors in org.apache.accumulo.server.problems with parameters of type ProblemType Constructor Description ProblemReport(TableId tableId, ProblemType problemType, String resource, String server, Throwable e)ProblemReport(TableId tableId, ProblemType problemType, String resource, String server, Throwable e, long creationTime)ProblemReport(TableId tableId, ProblemType problemType, String resource, Throwable e)
-