org.apache.accumulo.server.problems
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,
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)
public ProblemReport(String table, ProblemType problemType, String resource, Throwable e)
public static ProblemReport decodeMetadataEntry(Map.Entry<Key,Value> entry) throws IOException
IOException
public String getTableName()
public ProblemType getProblemType()
public String getResource()
public String getException()
public String getServer()
public long getTime()
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.