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 void
AnalysisController. 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 class
AbstractUpdateableFilterPlugin
Deprecated.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 class
EventRecordTraceReconstructionFilter
Deprecated.1.15 ported to teetime kieker.analysis.filter.flowclass
ThreadEvent2TraceEventFilter
Deprecated.1.15 ported teetime kieker.analysis.stage.flowclass
TraceAggregationFilter
Deprecated.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 class
AnalysisThroughputFilter
Deprecated.since 1.15.1 old plugin apiclass
CountingFilter
Deprecated.since 1.15.1 old plugin apiclass
ListCollectionFilter<T>
Deprecated.1.15 ported to teetimeclass
StringBufferFilter
Deprecated.since 1.15 should be removed in 1.16 does not work anywayclass
TeeFilter
Deprecated.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 class
MonitoringThroughputFilter
Deprecated.since 1.15.1 old plugin apiclass
RealtimeRecordDelayFilter
Deprecated.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 class
TimestampFilter
Deprecated.since 1.15.1 old plugin apiclass
TraceIdFilter
Deprecated.since 1.15.1 old plugin apiclass
TypeFilter
Deprecated.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 class
CurrentTimeEventGenerationFilter
Deprecated.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 class
AbstractExecutionTraceProcessingFilter
Deprecated.1.15 has been ported to teetimeclass
AbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>>
Deprecated.1.15 ported to teetimeclass
AbstractInvalidExecutionTraceProcessingFilter
Deprecated.1.15 has no relevant functionality in the teetime portclass
AbstractMessageTraceProcessingFilter
Deprecated.1.15 has been ported to teetimeclass
AbstractTraceAnalysisFilter
Deprecated.1.15 has been ported to teetimeclass
AbstractTraceProcessingFilter
Deprecated.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 class
ExecutionRecordTransformationFilter
Deprecated.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 class
EventRecordTraceCounter
Deprecated.1.15 ported to teetimeclass
TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.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 class
SessionReconstructionFilter
Deprecated.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 class
TraceEquivalenceClassFilter
Deprecated.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 class
TraceReconstructionFilter
Deprecated.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 class
ExecutionTraceWriterFilter
Deprecated.1.15 ported to teetimeclass
InvalidExecutionTraceWriterFilter
Deprecated.1.15 ported to teetimeclass
MessageTraceWriterFilter
Deprecated.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 class
AbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>
Deprecated.1.15 moved to teetimeclass
GraphWriterPlugin
Deprecated.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 class
AbstractAggregatedCallTreeFilter<T>
Deprecated.1.15 ported to teetimeclass
AbstractCallTreeFilter<T>
Deprecated.1.15 ported to teetimeclass
AggregatedAllocationComponentOperationCallTreeFilter
Deprecated.1.15 ported to teetimeclass
AggregatedAssemblyComponentOperationCallTreeFilter
Deprecated.1.15 ported to teetimeclass
TraceCallTreeFilter
Deprecated.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 class
AbstractDependencyGraphFilter<T extends ISystemModelElement>
Deprecated.1.15 ported to teetimeclass
ComponentDependencyGraphAllocationFilter
Deprecated.1.15 ported to teetimeclass
ComponentDependencyGraphAssemblyFilter
Deprecated.1.15 ported to teetimeclass
ContainerDependencyGraphFilter
Deprecated.1.15 ported to teetimeclass
OperationDependencyGraphAllocationFilter
Deprecated.ported to teetimeclass
OperationDependencyGraphAssemblyFilter
Deprecated.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 class
DescriptionDecoratorFilter<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 class
SequenceDiagramFilter
Deprecated.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 class
TraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>
Deprecated.1.15 ported to teetime