Uses of Class
kieker.analysis.plugin.filter.AbstractFilterPlugin
| Package | Description |
|---|---|
| kieker.analysis |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.analysis.plugin |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.analysis.plugin.filter.flow |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.analysis.plugin.filter.forward |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.analysis.plugin.filter.record |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.analysis.plugin.filter.select |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.currentTimeEventGenerator |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.executionRecordTransformation |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.flow |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.sessionReconstruction |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.traceFilter |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.traceReconstruction |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.traceWriter |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.visualization |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.visualization.callTree |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.visualization.descriptions |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.visualization.sequenceDiagram |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter.visualization.traceColoring |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of AbstractFilterPlugin in kieker.analysis
Methods in kieker.analysis that return types with arguments of type AbstractFilterPlugin Modifier and Type Method Description java.util.Collection<AbstractFilterPlugin>AnalysisController. getFilters()Deprecated.Delivers an unmodifiable collection of all filters.java.util.Collection<AbstractFilterPlugin>IAnalysisController. getFilters()Deprecated.Delivers an unmodifiable collection of all filters.Methods in kieker.analysis with parameters of type AbstractFilterPlugin Modifier and Type Method Description voidAnalysisController. registerFilter(AbstractFilterPlugin filter)Deprecated.Registers the given filter with this analysis instance. -
Uses of AbstractFilterPlugin in kieker.analysis.plugin
Subclasses of AbstractFilterPlugin in kieker.analysis.plugin Modifier and Type Class Description classAbstractUpdateableFilterPluginDeprecated.since 1.15.1 old plugin api -
Uses of AbstractFilterPlugin in kieker.analysis.plugin.filter.flow
Subclasses of AbstractFilterPlugin in kieker.analysis.plugin.filter.flow Modifier and Type Class Description classEventRecordTraceReconstructionFilterDeprecated.1.15 ported to teetime kieker.analysis.filter.flowclassThreadEvent2TraceEventFilterDeprecated.1.15 ported teetime kieker.analysis.stage.flowclassTraceAggregationFilterDeprecated.1.15 ported to teetime kieker.analysis.filter.flow -
Uses of AbstractFilterPlugin in kieker.analysis.plugin.filter.forward
Subclasses of AbstractFilterPlugin in kieker.analysis.plugin.filter.forward Modifier and Type Class Description classAnalysisThroughputFilterDeprecated.since 1.15.1 old plugin apiclassCountingFilterDeprecated.since 1.15.1 old plugin apiclassListCollectionFilter<T>Deprecated.1.15 ported to teetimeclassStringBufferFilterDeprecated.since 1.15 should be removed in 1.16 does not work anywayclassTeeFilterDeprecated.since 1.15 ported to teetime kieker.analysis.stage.forward.TeeFilter -
Uses of AbstractFilterPlugin in kieker.analysis.plugin.filter.record
Subclasses of AbstractFilterPlugin in kieker.analysis.plugin.filter.record Modifier and Type Class Description classMonitoringThroughputFilterDeprecated.since 1.15.1 old plugin apiclassRealtimeRecordDelayFilterDeprecated.since 1.15.1 old plugin api -
Uses of AbstractFilterPlugin in kieker.analysis.plugin.filter.select
Subclasses of AbstractFilterPlugin in kieker.analysis.plugin.filter.select Modifier and Type Class Description classTimestampFilterDeprecated.since 1.15.1 old plugin apiclassTraceIdFilterDeprecated.since 1.15.1 old plugin apiclassTypeFilterDeprecated.since 1.15.1 old plugin api -
Uses of AbstractFilterPlugin in kieker.tools.currentTimeEventGenerator
Subclasses of AbstractFilterPlugin in kieker.tools.currentTimeEventGenerator Modifier and Type Class Description classCurrentTimeEventGenerationFilterDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter Modifier and Type Class Description classAbstractExecutionTraceProcessingFilterDeprecated.1.15 has been ported to teetimeclassAbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>>Deprecated.1.15 ported to teetimeclassAbstractInvalidExecutionTraceProcessingFilterDeprecated.1.15 has no relevant functionality in the teetime portclassAbstractMessageTraceProcessingFilterDeprecated.1.15 has been ported to teetimeclassAbstractTraceAnalysisFilterDeprecated.1.15 has been ported to teetimeclassAbstractTraceProcessingFilterDeprecated.1.15 has been ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.executionRecordTransformation
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.executionRecordTransformation Modifier and Type Class Description classExecutionRecordTransformationFilterDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.flow
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.flow Modifier and Type Class Description classEventRecordTraceCounterDeprecated.1.15 ported to teetimeclassTraceEventRecords2ExecutionAndMessageTraceFilterDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.sessionReconstruction
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.sessionReconstruction Modifier and Type Class Description classSessionReconstructionFilterDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.traceFilter
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.traceFilter Modifier and Type Class Description classTraceEquivalenceClassFilterDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.traceReconstruction
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.traceReconstruction Modifier and Type Class Description classTraceReconstructionFilterDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.traceWriter
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.traceWriter Modifier and Type Class Description classExecutionTraceWriterFilterDeprecated.1.15 ported to teetimeclassInvalidExecutionTraceWriterFilterDeprecated.1.15 ported to teetimeclassMessageTraceWriterFilterDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization Modifier and Type Class Description classAbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>Deprecated.1.15 moved to teetimeclassGraphWriterPluginDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization.callTree
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization.callTree Modifier and Type Class Description classAbstractAggregatedCallTreeFilter<T>Deprecated.1.15 ported to teetimeclassAbstractCallTreeFilter<T>Deprecated.1.15 ported to teetimeclassAggregatedAllocationComponentOperationCallTreeFilterDeprecated.1.15 ported to teetimeclassAggregatedAssemblyComponentOperationCallTreeFilterDeprecated.1.15 ported to teetimeclassTraceCallTreeFilterDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization.dependencyGraph Modifier and Type Class Description classAbstractDependencyGraphFilter<T extends ISystemModelElement>Deprecated.1.15 ported to teetimeclassComponentDependencyGraphAllocationFilterDeprecated.1.15 ported to teetimeclassComponentDependencyGraphAssemblyFilterDeprecated.1.15 ported to teetimeclassContainerDependencyGraphFilterDeprecated.1.15 ported to teetimeclassOperationDependencyGraphAllocationFilterDeprecated.ported to teetimeclassOperationDependencyGraphAssemblyFilterDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization.descriptions
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization.descriptions Modifier and Type Class Description classDescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>Deprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram Modifier and Type Class Description classSequenceDiagramFilterDeprecated.1.15 ported to teetime -
Uses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization.traceColoring
Subclasses of AbstractFilterPlugin in kieker.tools.trace.analysis.filter.visualization.traceColoring Modifier and Type Class Description classTraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>Deprecated.1.15 ported to teetime