| Package | Description |
|---|---|
| org.apache.accumulo.server.problems |
| 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 tableId,
ProblemType problemType,
String resource,
String server,
Throwable e) |
ProblemReport(String tableId,
ProblemType problemType,
String resource,
String server,
Throwable e,
long creationTime) |
ProblemReport(String tableId,
ProblemType problemType,
String resource,
Throwable e) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.