|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProblemType | |
---|---|
org.apache.accumulo.server.monitor | |
org.apache.accumulo.server.problems |
Uses of ProblemType in org.apache.accumulo.server.monitor |
---|
Methods in org.apache.accumulo.server.monitor that return types with arguments of type ProblemType | |
---|---|
static Map<String,Map<ProblemType,Integer>> |
Monitor.getProblemSummary()
|
Uses of ProblemType in org.apache.accumulo.server.problems |
---|
Methods in org.apache.accumulo.server.problems that return ProblemType | |
---|---|
ProblemType |
ProblemReport.getProblemType()
|
static ProblemType |
ProblemType.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 | |
---|---|
Map<String,Map<ProblemType,Integer>> |
ProblemReports.summarize()
|
Methods in org.apache.accumulo.server.problems with parameters of type ProblemType | |
---|---|
void |
ProblemReports.deleteProblemReport(String table,
ProblemType pType,
String resource)
|
Constructors in org.apache.accumulo.server.problems with parameters of type ProblemType | |
---|---|
ProblemReport(String table,
ProblemType problemType,
String resource,
String server,
Throwable e)
|
|
ProblemReport(String table,
ProblemType problemType,
String resource,
Throwable e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |