org.apache.accumulo.server.problems
Class ProblemReports
java.lang.Object
org.apache.accumulo.server.problems.ProblemReports
- All Implemented Interfaces:
- Iterable<ProblemReport>
public class ProblemReports
- extends Object
- implements Iterable<ProblemReport>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProblemReports
public ProblemReports()
report
public void report(ProblemReport pr)
printProblems
public void printProblems()
throws Exception
- Throws:
Exception
deleteProblemReport
public void deleteProblemReport(String table,
ProblemType pType,
String resource)
deleteProblemReports
public void deleteProblemReports(String table)
throws Exception
- Throws:
Exception
iterator
public Iterator<ProblemReport> iterator(String table)
iterator
public Iterator<ProblemReport> iterator()
- Specified by:
iterator
in interface Iterable<ProblemReport>
getInstance
public static ProblemReports getInstance()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
summarize
public Map<String,Map<ProblemType,Integer>> summarize()
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.