org.apache.accumulo.server.problems
Class ProblemReports

java.lang.Object
  extended by org.apache.accumulo.server.problems.ProblemReports
All Implemented Interfaces:
Iterable<ProblemReport>

public class ProblemReports
extends Object
implements Iterable<ProblemReport>


Constructor Summary
ProblemReports()
           
 
Method Summary
 void deleteProblemReport(String table, ProblemType pType, String resource)
           
 void deleteProblemReports(String table)
           
static ProblemReports getInstance()
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProblemReports

public ProblemReports()
Method Detail

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.