public class ProblemReports extends Object implements Iterable<ProblemReport>
| Constructor and Description |
|---|
ProblemReports(AccumuloServerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteProblemReport(String table,
ProblemType pType,
String resource) |
void |
deleteProblemReports(String table) |
static ProblemReports |
getInstance(AccumuloServerContext context) |
Iterator<ProblemReport> |
iterator() |
Iterator<ProblemReport> |
iterator(String table) |
static void |
main(String[] args) |
void |
printProblems() |
void |
report(ProblemReport pr) |
Map<String,Map<ProblemType,Integer>> |
summarize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ProblemReports(AccumuloServerContext context)
public void report(ProblemReport pr)
public void deleteProblemReport(String table, ProblemType pType, String resource)
public void deleteProblemReports(String table) throws Exception
Exceptionpublic Iterator<ProblemReport> iterator(String table)
public Iterator<ProblemReport> iterator()
iterator in interface Iterable<ProblemReport>public static ProblemReports getInstance(AccumuloServerContext context)
public Map<String,Map<ProblemType,Integer>> summarize()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.