|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatisticCollector
The Interface StatisticCollector.
Field Summary | |
---|---|
static java.lang.String |
STATISTIC_COLLECTOR
The Constant STATISTIC_COLLECTOR. |
Method Summary | |
---|---|
java.lang.Object[][] |
getMaxValues(java.lang.Object[][] values,
int timeWindow,
int step)
Gets the max values. |
java.lang.Object[][] |
getMeans(java.lang.Object[][] values,
int timeWindow,
int step)
Gets the means. |
java.lang.Object[][] |
getMinValues(java.lang.Object[][] values,
int timeWindow,
int step)
Gets the min values. |
java.lang.Object[][] |
getStandardDeviations(java.lang.Object[][] values,
int timeWindow,
int step)
Gets the standard deviation. |
java.util.Map |
getStatistics(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventTypeLabel,
java.lang.String XFieldLabel,
java.lang.String YFieldLabel,
int start,
int end,
int count)
Get statistic on the Y field. |
Field Detail |
---|
static final java.lang.String STATISTIC_COLLECTOR
Method Detail |
---|
java.util.Map getStatistics(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, java.lang.String XFieldLabel, java.lang.String YFieldLabel, int start, int end, int count)
testName
- the test run namebladeId
- the blade identifier from the given test runeventTypeLabel
- the label of the event typeXFieldLabel
- the label of the X fieldYFieldLabel
- the label of the Y fieldstart
- the startend
- the endcount
- the count
java.lang.Object[][] getMeans(java.lang.Object[][] values, int timeWindow, int step)
values
- the valuesstep
- the steptimeWindow
- the time window
java.lang.Object[][] getStandardDeviations(java.lang.Object[][] values, int timeWindow, int step)
values
- the valuesstep
- the steptimeWindow
- the time window
java.lang.Object[][] getMinValues(java.lang.Object[][] values, int timeWindow, int step)
values
- the valuestimeWindow
- the time windowstep
- the step
java.lang.Object[][] getMaxValues(java.lang.Object[][] values, int timeWindow, int step)
values
- the valuestimeWindow
- the time windowstep
- the step
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |