org.apache.accumulo.server.problems
Class ProblemReport

java.lang.Object
  extended by org.apache.accumulo.server.problems.ProblemReport

public class ProblemReport
extends Object


Constructor Summary
ProblemReport(String table, ProblemType problemType, String resource, String server, Throwable e)
           
ProblemReport(String table, ProblemType problemType, String resource, Throwable e)
           
 
Method Summary
static ProblemReport decodeMetadataEntry(Map.Entry<Key,Value> entry)
           
 boolean equals(Object o)
           
 String getException()
           
 ProblemType getProblemType()
           
 String getResource()
           
 String getServer()
           
 String getTableName()
           
 long getTime()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProblemReport

public ProblemReport(String table,
                     ProblemType problemType,
                     String resource,
                     String server,
                     Throwable e)

ProblemReport

public ProblemReport(String table,
                     ProblemType problemType,
                     String resource,
                     Throwable e)
Method Detail

decodeMetadataEntry

public static ProblemReport decodeMetadataEntry(Map.Entry<Key,Value> entry)
                                         throws IOException
Throws:
IOException

getTableName

public String getTableName()

getProblemType

public ProblemType getProblemType()

getResource

public String getResource()

getException

public String getException()

getServer

public String getServer()

getTime

public long getTime()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.