org.apache.accumulo.server.problems
Class ProblemReports

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

public class ProblemReports
extends java.lang.Object
implements java.lang.Iterable<ProblemReport>


Constructor Summary
ProblemReports()
           
 
Method Summary
 void deleteProblemReport(java.lang.String table, ProblemType pType, java.lang.String resource)
           
 void deleteProblemReports(java.lang.String table)
           
static ProblemReports getInstance()
           
 java.util.Iterator<ProblemReport> iterator()
           
 java.util.Iterator<ProblemReport> iterator(java.lang.String table)
           
static void main(java.lang.String[] args)
           
 void printProblems()
           
 void report(ProblemReport pr)
           
 java.util.Map<java.lang.String,java.util.Map<ProblemType,java.lang.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 java.lang.Exception
Throws:
java.lang.Exception

deleteProblemReport

public void deleteProblemReport(java.lang.String table,
                                ProblemType pType,
                                java.lang.String resource)

deleteProblemReports

public void deleteProblemReports(java.lang.String table)
                          throws java.lang.Exception
Throws:
java.lang.Exception

iterator

public java.util.Iterator<ProblemReport> iterator(java.lang.String table)

iterator

public java.util.Iterator<ProblemReport> iterator()
Specified by:
iterator in interface java.lang.Iterable<ProblemReport>

getInstance

public static ProblemReports getInstance()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

summarize

public java.util.Map<java.lang.String,java.util.Map<ProblemType,java.lang.Integer>> summarize()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.