Uses of Interface
kieker.analysis.plugin.filter.IFilterPlugin
Package | Description |
---|---|
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 |
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 IFilterPlugin in kieker.analysis.plugin
Classes in kieker.analysis.plugin that implement IFilterPlugin Modifier and Type Class Description class
AbstractUpdateableFilterPlugin
Deprecated.since 1.15.1 old plugin api -
Uses of IFilterPlugin in kieker.analysis.plugin.filter
Classes in kieker.analysis.plugin.filter that implement IFilterPlugin Modifier and Type Class Description class
AbstractFilterPlugin
Deprecated.since 1.15.1 old plugin api -
Uses of IFilterPlugin in kieker.analysis.plugin.filter.flow
Classes in kieker.analysis.plugin.filter.flow that implement IFilterPlugin 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 IFilterPlugin in kieker.analysis.plugin.filter.forward
Classes in kieker.analysis.plugin.filter.forward that implement IFilterPlugin 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 IFilterPlugin in kieker.analysis.plugin.filter.record
Classes in kieker.analysis.plugin.filter.record that implement IFilterPlugin 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 IFilterPlugin in kieker.analysis.plugin.filter.select
Classes in kieker.analysis.plugin.filter.select that implement IFilterPlugin 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 IFilterPlugin in kieker.tools.currentTimeEventGenerator
Classes in kieker.tools.currentTimeEventGenerator that implement IFilterPlugin Modifier and Type Class Description class
CurrentTimeEventGenerationFilter
Deprecated.1.15 ported to teetime -
Uses of IFilterPlugin in kieker.tools.trace.analysis.filter
Classes in kieker.tools.trace.analysis.filter that implement IFilterPlugin 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 IFilterPlugin in kieker.tools.trace.analysis.filter.executionRecordTransformation
Classes in kieker.tools.trace.analysis.filter.executionRecordTransformation that implement IFilterPlugin Modifier and Type Class Description class
ExecutionRecordTransformationFilter
Deprecated.1.15 ported to teetime -
Uses of IFilterPlugin in kieker.tools.trace.analysis.filter.flow
Classes in kieker.tools.trace.analysis.filter.flow that implement IFilterPlugin Modifier and Type Class Description class
EventRecordTraceCounter
Deprecated.1.15 ported to teetimeclass
TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.1.15 ported to teetime -
Uses of IFilterPlugin in kieker.tools.trace.analysis.filter.sessionReconstruction
Classes in kieker.tools.trace.analysis.filter.sessionReconstruction that implement IFilterPlugin Modifier and Type Class Description class
SessionReconstructionFilter
Deprecated.1.15 ported to teetime -
Uses of IFilterPlugin in kieker.tools.trace.analysis.filter.traceFilter
Classes in kieker.tools.trace.analysis.filter.traceFilter that implement IFilterPlugin Modifier and Type Class Description class
TraceEquivalenceClassFilter
Deprecated.1.15 ported to teetime -
Uses of IFilterPlugin in kieker.tools.trace.analysis.filter.traceReconstruction
Classes in kieker.tools.trace.analysis.filter.traceReconstruction that implement IFilterPlugin Modifier and Type Class Description class
TraceReconstructionFilter
Deprecated.1.15 ported to teetime -
Uses of IFilterPlugin in kieker.tools.trace.analysis.filter.traceWriter
Classes in kieker.tools.trace.analysis.filter.traceWriter that implement IFilterPlugin 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 IFilterPlugin in kieker.tools.trace.analysis.filter.visualization
Classes in kieker.tools.trace.analysis.filter.visualization that implement IFilterPlugin 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 IFilterPlugin in kieker.tools.trace.analysis.filter.visualization.callTree
Classes in kieker.tools.trace.analysis.filter.visualization.callTree that implement IFilterPlugin 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 IFilterPlugin in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Classes in kieker.tools.trace.analysis.filter.visualization.dependencyGraph that implement IFilterPlugin 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 IFilterPlugin in kieker.tools.trace.analysis.filter.visualization.descriptions
Classes in kieker.tools.trace.analysis.filter.visualization.descriptions that implement IFilterPlugin 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 IFilterPlugin in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
Classes in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram that implement IFilterPlugin Modifier and Type Class Description class
SequenceDiagramFilter
Deprecated.1.15 ported to teetime -
Uses of IFilterPlugin in kieker.tools.trace.analysis.filter.visualization.traceColoring
Classes in kieker.tools.trace.analysis.filter.visualization.traceColoring that implement IFilterPlugin 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