org.apache.accumulo.server.problems
Class ProblemReport
java.lang.Object
org.apache.accumulo.server.problems.ProblemReport
public class ProblemReport
- extends Object
ProblemReport
public ProblemReport(String table,
ProblemType problemType,
String resource,
String server,
Throwable e)
ProblemReport
public ProblemReport(String table,
ProblemType problemType,
String resource,
Throwable e)
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.