public class ValueComparator
extends java.lang.Object
StatConfig| Constructor and Description |
|---|
ValueComparator(int index,
Test test)
Creates a new instance for the given test.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the index of this comparator.
|
java.util.SortedMap |
getStatValues()
Returns the stat values for this instance.
|
Test |
getTest()
Returns the test.
|
void |
readArchives()
Reads the statistic archives for the test run and creates the
PerfStatValues. |
java.lang.String |
toString() |
public ValueComparator(int index,
Test test)
public int getIndex()
public Test getTest()
public void readArchives()
PerfStatValues.public java.util.SortedMap getStatValues()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.