Package | Description |
---|---|
org.apache.accumulo.server.monitor | |
org.apache.accumulo.server.problems |
Modifier and Type | Method and Description |
---|---|
static Map<String,Map<ProblemType,Integer>> |
Monitor.getProblemSummary() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Map<ProblemType,Integer>> |
ProblemReports.summarize() |
Modifier and Type | Method and Description |
---|---|
void |
ProblemReports.deleteProblemReport(String table,
ProblemType pType,
String resource) |
Constructor and Description |
---|
ProblemReport(String table,
ProblemType problemType,
String resource,
String server,
Throwable e) |
ProblemReport(String table,
ProblemType problemType,
String resource,
Throwable e) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.