Uses of Class
org.ow2.clif.storage.api.ProbeEvent
-
-
Uses of ProbeEvent in org.ow2.clif.datacollector.api
Methods in org.ow2.clif.datacollector.api with parameters of type ProbeEvent Modifier and Type Method Description booleanDataCollectorFilter. accept(ProbeEvent measure)voidDataCollectorWrite. add(ProbeEvent measure)Add a new probe (measure) event -
Uses of ProbeEvent in org.ow2.clif.datacollector.lib
Methods in org.ow2.clif.datacollector.lib with parameters of type ProbeEvent Modifier and Type Method Description booleanGenericFilter. accept(ProbeEvent measure)voidAbstractDataCollector. add(ProbeEvent measure)Add a new measure - simply transmit it to the Storage Proxy component unless it is null or it is rejected by current DataCollectorFilter.voidAbstractProbeDataCollector. add(ProbeEvent measure)new measure available => call super class' add() method and compute statistics -
Uses of ProbeEvent in org.ow2.clif.probe.cpu
Subclasses of ProbeEvent in org.ow2.clif.probe.cpu Modifier and Type Class Description classCPUEventMethods in org.ow2.clif.probe.cpu that return ProbeEvent Modifier and Type Method Description ProbeEventInsert. doProbe() -
Uses of ProbeEvent in org.ow2.clif.probe.disk
Subclasses of ProbeEvent in org.ow2.clif.probe.disk Modifier and Type Class Description classDiskEventMethods in org.ow2.clif.probe.disk that return ProbeEvent Modifier and Type Method Description ProbeEventInsert. doProbe() -
Uses of ProbeEvent in org.ow2.clif.probe.jmx_jvm
Subclasses of ProbeEvent in org.ow2.clif.probe.jmx_jvm Modifier and Type Class Description classJMX_JVMEventMethods in org.ow2.clif.probe.jmx_jvm that return ProbeEvent Modifier and Type Method Description ProbeEventInsert_JRockit5. doProbe()ProbeEventInsert. doProbe() -
Uses of ProbeEvent in org.ow2.clif.probe.jvm
Subclasses of ProbeEvent in org.ow2.clif.probe.jvm Modifier and Type Class Description classJVMEventMeasure events generated by JVM probes: heap memory usage.Methods in org.ow2.clif.probe.jvm that return ProbeEvent Modifier and Type Method Description ProbeEventInsert. doProbe() -
Uses of ProbeEvent in org.ow2.clif.probe.memory
Subclasses of ProbeEvent in org.ow2.clif.probe.memory Modifier and Type Class Description classMemoryEventMethods in org.ow2.clif.probe.memory that return ProbeEvent Modifier and Type Method Description ProbeEventInsert. doProbe() -
Uses of ProbeEvent in org.ow2.clif.probe.network
Subclasses of ProbeEvent in org.ow2.clif.probe.network Modifier and Type Class Description classNetworkEventMethods in org.ow2.clif.probe.network that return ProbeEvent Modifier and Type Method Description ProbeEventInsert. doProbe() -
Uses of ProbeEvent in org.ow2.clif.probe.rtp
Subclasses of ProbeEvent in org.ow2.clif.probe.rtp Modifier and Type Class Description classRTPEventRTPEvent for RTP probeMethods in org.ow2.clif.probe.rtp that return ProbeEvent Modifier and Type Method Description ProbeEventInsert. doProbe() -
Uses of ProbeEvent in org.ow2.clif.probe.util
Methods in org.ow2.clif.probe.util that return ProbeEvent Modifier and Type Method Description protected abstract ProbeEventAbstractDumbInsert. doProbe()Define this method to perform your measure and return it -
Uses of ProbeEvent in org.ow2.clif.storage.api
Methods in org.ow2.clif.storage.api with parameters of type ProbeEvent Modifier and Type Method Description protected static BladeEventProbeEvent. fillEvent(java.lang.String separator, java.lang.String line, ProbeEvent event)
-