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 class
AbstractTraceProcessingStage<T>
This is an abstract base for filters processing traces.class
TraceEventRecords2ExecutionAndMessageTraceStage
Transforms 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 class
ExecutionRecordTransformationStage
TransformsOperationExecutionRecord
s intoExecution
objects.
This class has exactly one input port and one output port.class
TraceEquivalenceClassFilter
-
Uses of AbstractTraceAnalysisStage in kieker.analysis.architecture.trace.reconstruction
Subclasses of AbstractTraceAnalysisStage in kieker.analysis.architecture.trace.reconstruction Modifier and Type Class Description class
TraceReconstructionStage
Uses 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 class
ExecutionTraceWriterFilter
This class has exactly one input port named "in".class
InvalidExecutionTraceWriterSink
Writes invalid execution traces to a specified file.class
MessageTraceWriterFilter
A 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 class
AbstractExecutionTraceProcessingFilter
Deprecated.since 1.15 class is obsoleteclass
AbstractMessageTraceProcessingFilter
Deprecated.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 class
AbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>>
Abstract superclass for graph-producing filters.class
SequenceDiagramFilter
Refactored 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 class
AbstractAggregatedCallTreeFilter<T>
This class has exactly one input port named "in".class
AbstractCallTreeFilter<T>
Plugin providing the creation of calling trees both for individual traces and an aggregated form multiple traces.class
AggregatedAllocationComponentOperationCallTreeFilter
class
AggregatedAssemblyComponentOperationCallTreeFilter
class
TraceCallTreeFilter
Plugin 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 class
AbstractDependencyGraphFilter<T extends ISystemModelElement>
Refactored copy from LogAnalysis-legacy tool.class
ComponentDependencyGraphAllocationFilter
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".class
ComponentDependencyGraphAssemblyFilter
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".class
ContainerDependencyGraphFilter
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".class
OperationDependencyGraphAllocationFilter
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".class
OperationDependencyGraphAssemblyFilter
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".