public class ProblemReport extends Object
| Constructor and Description |
|---|
ProblemReport(String table,
ProblemType problemType,
String resource,
String server,
Throwable e) |
ProblemReport(String table,
ProblemType problemType,
String resource,
String server,
Throwable e,
long creationTime) |
ProblemReport(String table,
ProblemType problemType,
String resource,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public ProblemReport(String table, ProblemType problemType, String resource, String server, Throwable e, long creationTime)
public ProblemReport(String table, ProblemType problemType, String resource, String server, Throwable e)
public ProblemReport(String table, ProblemType problemType, String resource, Throwable e)
public static ProblemReport decodeMetadataEntry(Map.Entry<Key,Value> entry) throws IOException
IOExceptionpublic String getTableName()
public ProblemType getProblemType()
public String getResource()
public String getException()
public String getServer()
public long getTime()
Copyright © 2015 Apache Accumulo Project. All rights reserved.