Package kieker.analysis.architecture.trace.aggregation
This package contains all processing filters bundled with kieker.
Note: currently most filters are kept in kieker.analysisteetime as they are classified as experimental.
- Since:
- 1.15
- Author:
- Reiner Jung
-
Class Summary Class Description AggregatedTraceCreatorStage This class is a TeeTime stage that transforms aTrace
to anAggregatedTraceWrapper
.AggregatedTraceUnwrapperStage This class is a TeeTime stage that acceptsAggregatedTraceWrapper
elements at its input port and send sends their containing aggregated trace to the stage�s output port ifAggregatedTraceWrapper.isFirst()
returns true.AggregatedTraceWrapper This is wrapper class for aggregated traces that also contains a specific trace to which the aggregated trace belongs to and the information whether this is the first time this aggregated trace was created.OperationCallEquivalence This class defines an equivalence forOperationCall
s using the classEquivalence
.TraceAggregator This class creates aggregated traces from normalTrace
s.TraceAggregatorStage TraceEquivalence This class defines an equivalence forTrace
s using the classEquivalence
.