Uses of Interface
org.ow2.clif.storage.api.BladeEvent
-
Packages that use BladeEvent Package Description org.ow2.clif.analyze.api org.ow2.clif.analyze.lib.basic Analyzer component implementation providing a GUI for browsing test runs and proceed with basic statistical analysis.org.ow2.clif.analyze.lib.graph.gui org.ow2.clif.analyze.lib.graph.util org.ow2.clif.analyze.lib.report org.ow2.clif.analyze.statistics org.ow2.clif.probe.cpu org.ow2.clif.probe.disk org.ow2.clif.probe.jmx_jvm org.ow2.clif.probe.jvm org.ow2.clif.probe.memory org.ow2.clif.probe.network org.ow2.clif.probe.rtp org.ow2.clif.storage.api org.ow2.clif.storage.lib.filestorage org.ow2.clif.storage.lib.util -
-
Uses of BladeEvent in org.ow2.clif.analyze.api
Methods in org.ow2.clif.analyze.api that return BladeEvent Modifier and Type Method Description BladeEvent[]AnalyzerExternalAccess. getNextEvents(java.io.Serializable iteratorKey, int count)Gets next events from the given event iterator. -
Uses of BladeEvent in org.ow2.clif.analyze.lib.basic
Methods in org.ow2.clif.analyze.lib.basic that return BladeEvent Modifier and Type Method Description BladeEvent[]AnalyzerImpl. getEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count)BladeEvent[]AnalyzerImpl. getNextEvents(java.io.Serializable iteratorKey, int count) -
Uses of BladeEvent in org.ow2.clif.analyze.lib.graph.gui
Methods in org.ow2.clif.analyze.lib.graph.gui that return BladeEvent Modifier and Type Method Description BladeEvent[]DataAccess. getBladeOneEventValuesArray(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel)BladeEvent[]DataAccess. getBladeOneEventValuesArray(Datasource datasource)Methods in org.ow2.clif.analyze.lib.graph.gui that return types with arguments of type BladeEvent Modifier and Type Method Description java.util.List<BladeEvent>DataAccess. aggregateBladesOneSameEvent(java.util.List<java.util.List<BladeEvent>> bladeListList)java.util.List<BladeEvent>DataAccess. filterEventsByFieldsValues(java.util.List<BladeEvent> eventsList, FieldsValuesFilter filter)java.util.List<BladeEvent>DataAccess. filterEventsByStatistics(java.util.List<BladeEvent> eventsList, java.lang.Object kCleaning, java.lang.Object percentCleaning2)java.util.List<BladeEvent>DataAccess. getBladeOneEventValues(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel)java.util.List<BladeEvent>DataAccess. getBladeOneEventValuesList(Datasource datasource)java.util.List<BladeEvent>DataAccess. sortAndFilterEventsByTime(java.util.List<BladeEvent> eventsList, long start, long end)Methods in org.ow2.clif.analyze.lib.graph.gui with parameters of type BladeEvent Modifier and Type Method Description intDataAccess.DateComp. compare(BladeEvent bladeEvent1, BladeEvent bladeEvent2)Method parameters in org.ow2.clif.analyze.lib.graph.gui with type arguments of type BladeEvent Modifier and Type Method Description java.util.List<BladeEvent>DataAccess. aggregateBladesOneSameEvent(java.util.List<java.util.List<BladeEvent>> bladeListList)java.util.List<BladeEvent>DataAccess. filterEventsByFieldsValues(java.util.List<BladeEvent> eventsList, FieldsValuesFilter filter)java.util.List<BladeEvent>DataAccess. filterEventsByStatistics(java.util.List<BladeEvent> eventsList, java.lang.Object kCleaning, java.lang.Object percentCleaning2)java.util.List<BladeEvent>DataAccess. sortAndFilterEventsByTime(java.util.List<BladeEvent> eventsList, long start, long end) -
Uses of BladeEvent in org.ow2.clif.analyze.lib.graph.util
Methods in org.ow2.clif.analyze.lib.graph.util that return BladeEvent Modifier and Type Method Description BladeEvent[]StorageReadHelper. getBladeEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, java.lang.Object object)BladeEvent[]StorageReadHelper. getEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count)BladeEvent[]StorageReadHelper. getNextEvents(java.io.Serializable iteratorKey, int count)Methods in org.ow2.clif.analyze.lib.graph.util that return types with arguments of type BladeEvent Modifier and Type Method Description java.util.List<BladeEvent>StorageReadHelper. getBladeOneEventValues(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel)Methods in org.ow2.clif.analyze.lib.graph.util with parameters of type BladeEvent Modifier and Type Method Description java.lang.Object[][]StorageReadHelper. getBladeEventsValues(BladeEvent[] bladeEventList, java.lang.String xFieldLabel, java.lang.String yFieldLabel) -
Uses of BladeEvent in org.ow2.clif.analyze.lib.report
Methods in org.ow2.clif.analyze.lib.report that return types with arguments of type BladeEvent Modifier and Type Method Description static java.util.List<BladeEvent>FieldsValuesFilter. fieldFilter(java.util.List<BladeEvent> bladeEventList, java.lang.String field, java.lang.String filterValue, java.lang.String filterOperator)Method parameters in org.ow2.clif.analyze.lib.report with type arguments of type BladeEvent Modifier and Type Method Description static java.util.List<BladeEvent>FieldsValuesFilter. fieldFilter(java.util.List<BladeEvent> bladeEventList, java.lang.String field, java.lang.String filterValue, java.lang.String filterOperator)Constructor parameters in org.ow2.clif.analyze.lib.report with type arguments of type BladeEvent Constructor Description Statistics(java.util.List<BladeEvent> eventsList, java.lang.String _field, int eventsNumber) -
Uses of BladeEvent in org.ow2.clif.analyze.statistics
Methods in org.ow2.clif.analyze.statistics that return types with arguments of type BladeEvent Modifier and Type Method Description java.util.List<BladeEvent>BladeStoreReader. getAllEvents(java.lang.String eventTypeLabel)java.util.List<BladeEvent>BladeStoreReader. getEvents(java.lang.String eventTypeLabel, EventFilter filter)Methods in org.ow2.clif.analyze.statistics with parameters of type BladeEvent Modifier and Type Method Description booleanDateFilter. accept(BladeEvent event)abstract DatumBladeDatumReader. convert2Datum(BladeEvent event, long minTime) -
Uses of BladeEvent in org.ow2.clif.probe.cpu
Classes in org.ow2.clif.probe.cpu that implement BladeEvent Modifier and Type Class Description classCPUEvent -
Uses of BladeEvent in org.ow2.clif.probe.disk
Classes in org.ow2.clif.probe.disk that implement BladeEvent Modifier and Type Class Description classDiskEvent -
Uses of BladeEvent in org.ow2.clif.probe.jmx_jvm
Classes in org.ow2.clif.probe.jmx_jvm that implement BladeEvent Modifier and Type Class Description classJMX_JVMEvent -
Uses of BladeEvent in org.ow2.clif.probe.jvm
Classes in org.ow2.clif.probe.jvm that implement BladeEvent Modifier and Type Class Description classJVMEventMeasure events generated by JVM probes: heap memory usage. -
Uses of BladeEvent in org.ow2.clif.probe.memory
Classes in org.ow2.clif.probe.memory that implement BladeEvent Modifier and Type Class Description classMemoryEvent -
Uses of BladeEvent in org.ow2.clif.probe.network
Classes in org.ow2.clif.probe.network that implement BladeEvent Modifier and Type Class Description classNetworkEvent -
Uses of BladeEvent in org.ow2.clif.probe.rtp
Classes in org.ow2.clif.probe.rtp that implement BladeEvent Modifier and Type Class Description classRTPEventRTPEvent for RTP probe -
Uses of BladeEvent in org.ow2.clif.storage.api
Classes in org.ow2.clif.storage.api that implement BladeEvent Modifier and Type Class Description classAbstractEventAbstract implementation of a blade event.classActionEventClass of events produced by load injectors.classAlarmEventThis class represent the different alarm generated by injector or consoleclassLifeCycleEventThis class represents the different eventsclassProbeEventSuper class for events generated by probes.Methods in org.ow2.clif.storage.api that return BladeEvent Modifier and Type Method Description protected static BladeEventProbeEvent. fillEvent(java.lang.String separator, java.lang.String line, ProbeEvent event)BladeEvent[]StorageRead. getEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count)Retrieves a given number of events matching a given filter, from a given index.BladeEvent[]StorageRead. getNextEvents(java.io.Serializable iteratorKey, int count)Gets next events from the given event iterator.BladeEventEventFactory. makeEvent(java.lang.String separator, java.lang.String line)Methods in org.ow2.clif.storage.api with parameters of type BladeEvent Modifier and Type Method Description booleanEventFilter. accept(BladeEvent event)voidStorageWrite. write(BladeEvent event)Write a ActionStat to the storage system. -
Uses of BladeEvent in org.ow2.clif.storage.lib.filestorage
Fields in org.ow2.clif.storage.lib.filestorage with type parameters of type BladeEvent Modifier and Type Field Description protected java.util.SortedSet<BladeEvent>DelayedWriter. eventQMethods in org.ow2.clif.storage.lib.filestorage that return BladeEvent Modifier and Type Method Description BladeEvent[]ConsoleFileStorageImpl. getEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count)BladeEvent[]FileStorageReader. getEvents(java.lang.String testName, java.lang.String bladeId, java.lang.String eventTypeLabel, EventFilter filter, long fromIndex, int count)BladeEvent[]ConsoleFileStorageImpl. getNextEvents(java.io.Serializable iteratorKey, int count)BladeEvent[]FileStorageReader. getNextEvents(java.io.Serializable iteratorKey, int count)Methods in org.ow2.clif.storage.lib.filestorage with parameters of type BladeEvent Modifier and Type Method Description voidDelayedWriter. write(BladeEvent event)Delayed writing of a blade event.voidFileStorageProxyImpl. write(BladeEvent event)Writes a blade event in the storage system. -
Uses of BladeEvent in org.ow2.clif.storage.lib.util
Methods in org.ow2.clif.storage.lib.util with parameters of type BladeEvent Modifier and Type Method Description booleanDateEventFilter. accept(BladeEvent event)
-