public class MonitorInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
code |
String |
done |
String |
error |
List<String> |
errorLogs |
List<String> |
nodes |
String |
procs |
String |
rationale |
List<String> |
remotePids |
String |
retry |
ArrayList<String> |
stateSequence |
String |
total |
| Constructor and Description |
|---|
MonitorInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareWith(MonitorInfo that) |
boolean |
isRegression(MonitorInfo that) |
public String code
public String rationale
public String total
public String done
public String error
public String retry
public String procs
public int compareWith(MonitorInfo that)
public boolean isRegression(MonitorInfo that)
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.