Package | Description |
---|---|
kieker.tools.trace.analysis.filter |
Copyright 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecutionTraceProcessingFilter
This is the abstract base for a filter processing execution traces.
|
class |
AbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>>
Abstract superclass for graph-producing filters.
|
class |
AbstractInvalidExecutionTraceProcessingFilter
This is an abstract base for filters processing invalid execution traces.
|
class |
AbstractMessageTraceProcessingFilter
This is an abstract base for components which process message traces.
|
class |
AbstractTraceProcessingFilter
This is an abstract base for filters processing traces.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionRecordTransformationFilter
Transforms
OperationExecutionRecord s into Execution objects.This class has exactly one input port and one output port. |
Modifier and Type | Class and Description |
---|---|
class |
EventRecordTraceCounter
Counts and reports the number of incoming valid/invalid
TraceEventRecords . |
class |
TraceEventRecords2ExecutionAndMessageTraceFilter |
Modifier and Type | Class and Description |
---|---|
class |
TraceEquivalenceClassFilter |
Modifier and Type | Class and Description |
---|---|
class |
TraceReconstructionFilter |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionTraceWriterFilter
This class has exactly one input port named "in".
|
class |
InvalidExecutionTraceWriterFilter |
class |
MessageTraceWriterFilter |
Modifier and Type | Class and 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". |
Modifier and Type | Class and 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". |
Modifier and Type | Class and Description |
---|---|
class |
SequenceDiagramFilter
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". |
Copyright 2020 Kieker Project, http://kieker-monitoring.net