Class ProblemReport
- java.lang.Object
-
- org.apache.accumulo.server.problems.ProblemReport
-
public class ProblemReport extends Object
-
-
Constructor Summary
Constructors Constructor Description ProblemReport(TableId tableId, ProblemType problemType, String resource, String server, Throwable e)ProblemReport(TableId tableId, ProblemType problemType, String resource, String server, Throwable e, long creationTime)ProblemReport(TableId tableId, ProblemType problemType, String resource, Throwable e)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProblemReportdecodeMetadataEntry(Map.Entry<Key,Value> entry)booleanequals(Object o)StringgetException()ProblemTypegetProblemType()StringgetResource()StringgetServer()TableIdgetTableId()longgetTime()inthashCode()
-
-
-
Constructor Detail
-
ProblemReport
public ProblemReport(TableId tableId, ProblemType problemType, String resource, String server, Throwable e, long creationTime)
-
ProblemReport
public ProblemReport(TableId tableId, ProblemType problemType, String resource, String server, Throwable e)
-
ProblemReport
public ProblemReport(TableId tableId, ProblemType problemType, String resource, Throwable e)
-
-
Method Detail
-
decodeMetadataEntry
public static ProblemReport decodeMetadataEntry(Map.Entry<Key,Value> entry) throws IOException
- Throws:
IOException
-
getTableId
public TableId getTableId()
-
getProblemType
public ProblemType getProblemType()
-
getResource
public String getResource()
-
getException
public String getException()
-
getServer
public String getServer()
-
getTime
public long getTime()
-
-