public abstract class BaseComparison extends Object implements TestComparison, ComparisonConstants
TestComparisons.| Modifier and Type | Field and Description |
|---|---|
protected List |
comparators
The test runs to compare
|
protected com.gemstone.gemfire.LogWriter |
log
Logging
|
protected boolean |
markFailedTests
Whether to mark failed tests with a special value
|
protected List |
opColumn
The names of the operation for each "row" of data
|
protected List |
statspecColumn
The names of the statistics spec in each "row" of data
|
protected List[] |
valColumns
The statistics values for the comparison test runs
|
AVG_OP, BOGUS, ERR_OP, ERR_VAL, ERR_VAL_DOC, FAIL, FAIL_VAL, FAIL_VAL_DOC, HANG, MAX_OP, MIN_OP, MINUS_INFINITY, MINUS_INFINITY_DOC, MISSING_VAL, MISSING_VAL_DOC, MMM_OP, NIL_VAL, NIL_VAL_DOC, PASS, PLUS_INFINITY, PLUS_INFINITY_DOC, STD_OP| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
fillInRow(String op,
String statspecName) |
protected void |
fillInRows()
Creates a "table" of statistic data consisting of a "row" per stat spec
and a column per test run.
|
List |
getOpColumn()
The name of the operation for each data "row"
|
protected double |
getOpValue(String op,
PerfStatValue psv)
Returns the value of a given operation on a given stat value.
|
List |
getStatSpecColumn()
The name of the statistic specification for each data "row"
|
List[] |
getValColumns()
Data for the test directories compared
|
String |
toString()
Printing
|
protected List comparators
protected boolean markFailedTests
protected List statspecColumn
protected List opColumn
protected List[] valColumns
protected com.gemstone.gemfire.LogWriter log
public List getStatSpecColumn()
TestComparisongetStatSpecColumn in interface TestComparisonpublic List getOpColumn()
TestComparisongetOpColumn in interface TestComparisonpublic List[] getValColumns()
TestComparisongetValColumns in interface TestComparisonprotected double getOpValue(String op, PerfStatValue psv)
protected void fillInRows()
public String toString()
TestComparisontoString in interface TestComparisontoString in class ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.