|
||||||||||
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 java.util.Map<java.lang.String,java.util.Map<ProblemType,java.lang.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(java.lang.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 | |
---|---|
java.util.Map<java.lang.String,java.util.Map<ProblemType,java.lang.Integer>> |
ProblemReports.summarize()
|
Methods in org.apache.accumulo.server.problems with parameters of type ProblemType | |
---|---|
void |
ProblemReports.deleteProblemReport(java.lang.String table,
ProblemType pType,
java.lang.String resource)
|
Constructors in org.apache.accumulo.server.problems with parameters of type ProblemType | |
---|---|
ProblemReport(java.lang.String table,
ProblemType problemType,
java.lang.String resource,
java.lang.String server,
java.lang.Throwable e)
|
|
ProblemReport(java.lang.String table,
ProblemType problemType,
java.lang.String resource,
java.lang.Throwable e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |