|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.analyze.lib.graph.StatisticDataImpl
public class StatisticDataImpl
Field Summary |
---|
Fields inherited from interface org.ow2.clif.analyze.api.graph.virtualdata.StatisticDataControl |
---|
STATISTIC_DATA_CONTROL |
Constructor Summary | |
---|---|
StatisticDataImpl()
Instantiates a new chart engine impl. |
|
StatisticDataImpl(java.lang.String testName,
java.lang.String bladeId,
java.lang.String eventType,
java.lang.String field,
StatOnLongs stolDate,
StatOnLongs stol,
java.util.List<FieldFilterAndOp> ffo,
java.lang.String logicalOp,
java.lang.String bladeIdAlias,
int datasetType,
int timeIntervalStart,
int timeIntervalEnd)
|
Method Summary | |
---|---|
void |
bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
|
java.util.Map<java.lang.Integer,java.lang.Integer> |
frequency(double[] values)
Get frequencies in a map that contains value for key and frequency for number of occurencies |
java.lang.String |
getBladeId()
|
java.lang.String |
getBladeIdAlias()
|
int |
getDatasetType()
|
java.lang.String |
getEventType()
|
java.util.List<FieldFilterAndOp> |
getFfo()
|
java.lang.String |
getField()
|
StatisticDataImpl |
getInstance()
Gets the single instance of FilterDataImpl. |
java.lang.String |
getLogicalOp()
|
double |
getMaximum()
Get maximum |
double |
getMean()
Get mean |
double |
getMedian()
Get median |
double |
getMinimum()
Get minimum |
java.lang.Object[][] |
getMovingMaximum(int timeWindow,
int step)
Get moving maximum according to time window and the step given |
java.lang.Object[][] |
getMovingMeans(int timeWindow,
int step)
Get moving mean according to time window and the step given |
java.lang.Object[][] |
getMovingMinimum(int timeWindow,
int step)
Get moving minimum according to time window and the step given |
java.lang.Object[][] |
getMovingStandardDeviations(int timeWindow,
int step)
Get moving standard deviation according to time window and the step given |
java.lang.Object[][] |
getMovingThroughput(int timeWindow,
int step)
Get moving throughput according to time window and the step given |
double |
getNumberOfValues()
Number of values |
double |
getStdDvt()
Get standard deviation |
StatOnLongs |
getStol()
|
StatOnLongs |
getStolDate()
|
int |
getStolSize()
|
java.lang.String |
getTestName()
|
double |
getThroughput()
Get throughput |
int |
gettimeIntervalEnd()
|
int |
gettimeIntervalStart()
|
java.lang.String[] |
listFc()
|
java.lang.Object |
lookupFc(java.lang.String clientItfName)
|
double[] |
quantiles(int n,
double[] values)
Get quantiles |
double[] |
rawDataFrequency(LongStatistics ls,
int n)
|
void |
setMaximum()
Set maximum |
void |
setMean()
Set mean |
void |
setMedian()
Set median |
void |
setMinimum()
Set minimum |
void |
setStdDvt()
Set standard deviation |
void |
setStol(StatOnLongs stol)
|
void |
setStolDate(StatOnLongs stolDate)
|
void |
settimeIntervalEnd(int timeIntervalEnd)
|
void |
settimeIntervalStart(int timeIntervalStart)
|
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 StatisticDataImpl()
public StatisticDataImpl(java.lang.String testName, java.lang.String bladeId, java.lang.String eventType, java.lang.String field, StatOnLongs stolDate, StatOnLongs stol, java.util.List<FieldFilterAndOp> ffo, java.lang.String logicalOp, java.lang.String bladeIdAlias, int datasetType, int timeIntervalStart, int timeIntervalEnd)
Method Detail |
---|
public StatisticDataImpl getInstance()
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 double getThroughput()
public double getNumberOfValues()
public double getMinimum()
public double getMaximum()
public double getMedian()
public double getMean()
public double getStdDvt()
public void setMinimum()
public void setMaximum()
public void setMedian()
public void setMean()
public void setStdDvt()
public java.lang.Object[][] getMovingMinimum(int timeWindow, int step)
timeWindow
- step
-
public java.lang.Object[][] getMovingMaximum(int timeWindow, int step)
timeWindow
- step
-
public java.lang.Object[][] getMovingMeans(int timeWindow, int step)
timeWindow
- step
-
public java.lang.Object[][] getMovingStandardDeviations(int timeWindow, int step)
public java.lang.Object[][] getMovingThroughput(int timeWindow, int step)
timeWindow
- step
-
public java.util.Map<java.lang.Integer,java.lang.Integer> frequency(double[] values)
values
-
public double[] rawDataFrequency(LongStatistics ls, int n)
ls
- LongStatisticsn
- the number of slices
public double[] quantiles(int n, double[] values)
n
- values
-
public java.lang.String getTestName()
public java.lang.String getBladeId()
public java.lang.String getEventType()
public java.lang.String getField()
public int getStolSize()
public StatOnLongs getStolDate()
public void setStolDate(StatOnLongs stolDate)
public StatOnLongs getStol()
public void setStol(StatOnLongs stol)
public java.lang.String getBladeIdAlias()
public int getDatasetType()
public java.util.List<FieldFilterAndOp> getFfo()
public java.lang.String getLogicalOp()
public void settimeIntervalStart(int timeIntervalStart)
public int gettimeIntervalStart()
public void settimeIntervalEnd(int timeIntervalEnd)
public int gettimeIntervalEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |