|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.analyze.lib.graph.StatisticImpl
public class StatisticImpl
The Class StatisticImpl.
Field Summary |
---|
Fields inherited from interface org.ow2.clif.analyze.api.graph.datasource.StatisticCollector |
---|
STATISTIC_COLLECTOR |
Constructor Summary | |
---|---|
StatisticImpl()
Instantiates a new statistic impl. |
Method Summary | |
---|---|
void |
bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
|
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. |
java.lang.String[] |
listFc()
|
java.lang.Object |
lookupFc(java.lang.String clientItfName)
|
void |
unbindFc(java.lang.String clientItfName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatisticImpl()
Method Detail |
---|
public void bindFc(java.lang.String clientItfName, java.lang.Object serverItf) throws org.objectweb.fractal.api.NoSuchInterfaceException, org.objectweb.fractal.api.control.IllegalBindingException, org.objectweb.fractal.api.control.IllegalLifeCycleException
bindFc
in interface org.objectweb.fractal.api.control.BindingController
org.objectweb.fractal.api.NoSuchInterfaceException
org.objectweb.fractal.api.control.IllegalBindingException
org.objectweb.fractal.api.control.IllegalLifeCycleException
public java.lang.String[] listFc()
listFc
in interface org.objectweb.fractal.api.control.BindingController
public java.lang.Object lookupFc(java.lang.String clientItfName) throws org.objectweb.fractal.api.NoSuchInterfaceException
lookupFc
in interface org.objectweb.fractal.api.control.BindingController
org.objectweb.fractal.api.NoSuchInterfaceException
public void unbindFc(java.lang.String clientItfName) throws org.objectweb.fractal.api.NoSuchInterfaceException, org.objectweb.fractal.api.control.IllegalBindingException, org.objectweb.fractal.api.control.IllegalLifeCycleException
unbindFc
in interface org.objectweb.fractal.api.control.BindingController
org.objectweb.fractal.api.NoSuchInterfaceException
org.objectweb.fractal.api.control.IllegalBindingException
org.objectweb.fractal.api.control.IllegalLifeCycleException
public java.lang.Object[][] getMaxValues(java.lang.Object[][] values, int timeWindow, int step)
StatisticCollector
getMaxValues
in interface StatisticCollector
values
- the valuestimeWindow
- the time windowstep
- the step
public java.lang.Object[][] getMeans(java.lang.Object[][] values, int timeWindow, int step)
StatisticCollector
getMeans
in interface StatisticCollector
values
- the valuestimeWindow
- the time windowstep
- the step
public java.lang.Object[][] getMinValues(java.lang.Object[][] values, int timeWindow, int step)
StatisticCollector
getMinValues
in interface StatisticCollector
values
- the valuestimeWindow
- the time windowstep
- the step
public java.lang.Object[][] getStandardDeviations(java.lang.Object[][] values, int timeWindow, int step)
StatisticCollector
getStandardDeviations
in interface StatisticCollector
values
- the valuestimeWindow
- the time windowstep
- the step
public 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)
StatisticCollector
getStatistics
in interface StatisticCollector
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |