Package org.ow2.clif.probe.rtp
Class DataCollector
- java.lang.Object
-
- org.ow2.clif.datacollector.lib.AbstractDataCollector
-
- org.ow2.clif.datacollector.lib.AbstractProbeDataCollector
-
- org.ow2.clif.probe.rtp.DataCollector
-
- All Implemented Interfaces:
org.objectweb.fractal.api.control.BindingController,DataCollectorAdmin,DataCollectorWrite
public class DataCollector extends AbstractProbeDataCollector
DataCollector for RTP probe- Author:
- Rémi Druilhe
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]LABELS-
Fields inherited from class org.ow2.clif.datacollector.lib.AbstractProbeDataCollector
samples, stats
-
Fields inherited from class org.ow2.clif.datacollector.lib.AbstractDataCollector
sws
-
Fields inherited from interface org.ow2.clif.datacollector.api.DataCollectorAdmin
DATA_COLLECTOR_ADMIN
-
Fields inherited from interface org.ow2.clif.datacollector.api.DataCollectorWrite
DATA_COLLECTOR_WRITE
-
-
Constructor Summary
Constructors Constructor Description DataCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getLabels()Get labels describing the statisticsvoidinit(java.io.Serializable testId, java.lang.String probeId)new test initialization => call super class' init() method and resets all statistics, including the cumulative ones-
Methods inherited from class org.ow2.clif.datacollector.lib.AbstractProbeDataCollector
add, getStat
-
-
-
-
Method Detail
-
init
public void init(java.io.Serializable testId, java.lang.String probeId)Description copied from class:AbstractProbeDataCollectornew test initialization => call super class' init() method and resets all statistics, including the cumulative ones- Specified by:
initin interfaceDataCollectorWrite- Overrides:
initin classAbstractProbeDataCollector- Parameters:
testId- test identifierprobeId- blade identifier
-
getLabels
public java.lang.String[] getLabels()
Description copied from interface:DataCollectorAdminGet labels describing the statistics- Returns:
- the statistics labels, in the same order as the values returned by getStat()
- See Also:
DataCollectorAdmin.getStat()
-
-