Class ProblemReport
java.lang.Object
org.apache.accumulo.server.problems.ProblemReport
-
Constructor Summary
ConstructorsConstructorDescriptionProblemReport
(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
Modifier and TypeMethodDescriptionstatic ProblemReport
decodeMetadataEntry
(Map.Entry<Key, Value> entry) boolean
long
getTime()
int
hashCode()
-
Constructor Details
-
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
-
-
Method Details
-
decodeMetadataEntry
- Throws:
IOException
-
getTableId
-
getProblemType
-
getResource
-
getException
-
getServer
-
getTime
public long getTime() -
hashCode
public int hashCode() -
equals
-