Uses of Class
kieker.tools.trace.analysis.systemModel.ExecutionTrace
Packages that use ExecutionTrace
Package
Description
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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 ExecutionTrace in kieker.tools.trace.analysis.filter.sessionReconstruction
Methods in kieker.tools.trace.analysis.filter.sessionReconstruction with parameters of type ExecutionTraceModifier and TypeMethodDescriptionvoidSessionReconstructionFilter.processExecutionTrace(ExecutionTrace executionTrace) Deprecated.Processes an incoming execution. -
Uses of ExecutionTrace in kieker.tools.trace.analysis.filter.traceFilter
Methods in kieker.tools.trace.analysis.filter.traceFilter that return types with arguments of type ExecutionTraceModifier and TypeMethodDescriptionTraceEquivalenceClassFilter.getEquivalenceClassMap()Deprecated.Methods in kieker.tools.trace.analysis.filter.traceFilter with parameters of type ExecutionTraceModifier and TypeMethodDescriptionvoidTraceEquivalenceClassFilter.newExecutionTrace(ExecutionTrace et) Deprecated.This method represents the input port of this filter, processing incoming execution traces. -
Uses of ExecutionTrace in kieker.tools.trace.analysis.filter.traceWriter
Methods in kieker.tools.trace.analysis.filter.traceWriter with parameters of type ExecutionTraceModifier and TypeMethodDescriptionvoidExecutionTraceWriterFilter.newExecutionTrace(ExecutionTrace et) Deprecated.This method represents the input port of this filter. -
Uses of ExecutionTrace in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that return ExecutionTraceModifier and TypeMethodDescriptionInvalidExecutionTrace.getInvalidExecutionTraceArtifacts()Deprecated.Delivers the wrapped execution trace.Methods in kieker.tools.trace.analysis.systemModel that return types with arguments of type ExecutionTraceModifier and TypeMethodDescriptionprotected Comparator<? super ExecutionTrace>ExecutionTraceBasedSession.getOrderComparator()Deprecated.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type ExecutionTraceModifierConstructorDescriptionInvalidExecutionTrace(ExecutionTrace invalidExecutionTrace) Deprecated.Creates a new instance of this class using the given parameters.