Uses of Class
kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
| Package | Description |
|---|---|
| kieker.analysis.architecture.trace |
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.architecture.trace.execution | |
| kieker.analysis.architecture.trace.reconstruction |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.trace.sink |
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.trace | |
| kieker.visualization.trace |
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.visualization.trace.call.tree |
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.visualization.trace.dependency.graph |
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 AbstractTraceAnalysisStage in kieker.analysis.architecture.trace
Subclasses of AbstractTraceAnalysisStage in kieker.analysis.architecture.trace Modifier and Type Class Description classAbstractTraceProcessingStage<T>This is an abstract base for filters processing traces.classTraceEventRecords2ExecutionAndMessageTraceStageTransforms incoming TraceEventRecords into execution and message traces. -
Uses of AbstractTraceAnalysisStage in kieker.analysis.architecture.trace.execution
Subclasses of AbstractTraceAnalysisStage in kieker.analysis.architecture.trace.execution Modifier and Type Class Description classExecutionRecordTransformationStageTransformsOperationExecutionRecords intoExecutionobjects.
This class has exactly one input port and one output port.classTraceEquivalenceClassFilter -
Uses of AbstractTraceAnalysisStage in kieker.analysis.architecture.trace.reconstruction
Subclasses of AbstractTraceAnalysisStage in kieker.analysis.architecture.trace.reconstruction Modifier and Type Class Description classTraceReconstructionStageUses the incoming data to enrich the connected repository with the reconstructed traces. -
Uses of AbstractTraceAnalysisStage in kieker.analysis.architecture.trace.sink
Subclasses of AbstractTraceAnalysisStage in kieker.analysis.architecture.trace.sink Modifier and Type Class Description classExecutionTraceWriterFilterThis class has exactly one input port named "in".classInvalidExecutionTraceWriterSinkWrites invalid execution traces to a specified file.classMessageTraceWriterFilterA filter allowing to write the incoming MessageTraces into a configured file. -
Uses of AbstractTraceAnalysisStage in kieker.analysis.plugin.trace
Subclasses of AbstractTraceAnalysisStage in kieker.analysis.plugin.trace Modifier and Type Class Description classAbstractExecutionTraceProcessingFilterDeprecated.since 1.15 class is obsoleteclassAbstractMessageTraceProcessingFilterDeprecated.since 1.15 the class is obsolete -
Uses of AbstractTraceAnalysisStage in kieker.visualization.trace
Subclasses of AbstractTraceAnalysisStage in kieker.visualization.trace Modifier and Type Class Description classAbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>>Abstract superclass for graph-producing filters.classSequenceDiagramFilterRefactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". -
Uses of AbstractTraceAnalysisStage in kieker.visualization.trace.call.tree
Subclasses of AbstractTraceAnalysisStage in kieker.visualization.trace.call.tree Modifier and Type Class Description classAbstractAggregatedCallTreeFilter<T>This class has exactly one input port named "in".classAbstractCallTreeFilter<T>Plugin providing the creation of calling trees both for individual traces and an aggregated form multiple traces.classAggregatedAllocationComponentOperationCallTreeFilterclassAggregatedAssemblyComponentOperationCallTreeFilterclassTraceCallTreeFilterPlugin providing the creation of calling trees both for individual traces and an aggregated form for multiple traces.
This class has exactly one input port named "in". -
Uses of AbstractTraceAnalysisStage in kieker.visualization.trace.dependency.graph
Subclasses of AbstractTraceAnalysisStage in kieker.visualization.trace.dependency.graph Modifier and Type Class Description classAbstractDependencyGraphFilter<T extends ISystemModelElement>Refactored copy from LogAnalysis-legacy tool.classComponentDependencyGraphAllocationFilterRefactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".classComponentDependencyGraphAssemblyFilterRefactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".classContainerDependencyGraphFilterRefactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".classOperationDependencyGraphAllocationFilterRefactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".classOperationDependencyGraphAssemblyFilterRefactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".