Uses of Class
kieker.tools.trace.analysis.systemModel.MessageTrace
Packages that use MessageTrace
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.
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 MessageTrace in kieker.tools.trace.analysis.filter
Methods in kieker.tools.trace.analysis.filter with parameters of type MessageTraceModifier and TypeMethodDescriptionabstract voidAbstractMessageTraceProcessingFilter.inputMessageTraces(MessageTrace mt) Deprecated.This is the (abstract) input port for the incoming message traces. -
Uses of MessageTrace in kieker.tools.trace.analysis.filter.traceWriter
Methods in kieker.tools.trace.analysis.filter.traceWriter with parameters of type MessageTraceModifier and TypeMethodDescriptionvoidMessageTraceWriterFilter.inputMessageTraces(MessageTrace mt) Deprecated.This is the (abstract) input port for the incoming message traces. -
Uses of MessageTrace in kieker.tools.trace.analysis.filter.visualization.callTree
Methods in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type MessageTraceModifier and TypeMethodDescriptionprotected static <T> voidAbstractCallTreeFilter.addTraceToTree(AbstractCallTreeNode<T> root, MessageTrace trace, AbstractCallTreeFilter.IPairFactory<T> pairFactory, boolean aggregated) Deprecated.Adds the given trace to the given tree.voidAbstractAggregatedCallTreeFilter.inputMessageTraces(MessageTrace trace) Deprecated.voidTraceCallTreeFilter.inputMessageTraces(MessageTrace mt) Deprecated.abstract AbstractCallTreeNode<T>AbstractCallTreeNode.newCall(T destination, MessageTrace origin, IOriginRetentionPolicy originPolicy) Deprecated.TraceCallTreeNode.newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy) Deprecated.static <T> voidAbstractCallTreeFilter.writeDotForMessageTrace(AbstractCallTreeNode<T> root, AbstractCallTreeFilter.IPairFactory<T> pairFactory, MessageTrace msgTrace, String outputFilename, boolean includeWeights, boolean shortLabels) Deprecated.Write dot info for message trace.Constructors in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type MessageTraceModifierConstructorDescriptionAbstractAggregatedCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy) Deprecated.This constructor uses the given parameters to initialize the fields of this class.AbstractCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy) Deprecated.This constructor uses the given parameters to initialize the fields of this class.TraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy) Deprecated.Creates a new instance of this class using the given parameters.WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T> source, AbstractCallTreeNode<T> target, MessageTrace origin, IOriginRetentionPolicy originPolicy) Deprecated.Creates a new instance of this class using the given parameters. -
Uses of MessageTrace in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type MessageTraceModifier and TypeMethodDescriptionvoidComponentDependencyGraphAllocationFilter.inputMessageTraces(MessageTrace t) Deprecated.This is the (abstract) input port for the incoming message traces.voidComponentDependencyGraphAssemblyFilter.inputMessageTraces(MessageTrace t) Deprecated.This is the (abstract) input port for the incoming message traces.voidContainerDependencyGraphFilter.inputMessageTraces(MessageTrace t) Deprecated.This is the (abstract) input port for the incoming message traces.voidOperationDependencyGraphAllocationFilter.inputMessageTraces(MessageTrace t) Deprecated.This is the (abstract) input port for the incoming message traces.voidOperationDependencyGraphAssemblyFilter.inputMessageTraces(MessageTrace t) Deprecated.This is the (abstract) input port for the incoming message traces. -
Uses of MessageTrace in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
Methods in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram with parameters of type MessageTraceModifier and TypeMethodDescriptionvoidSequenceDiagramFilter.inputMessageTraces(MessageTrace mt) Deprecated.static voidSequenceDiagramFilter.writePicForMessageTrace(MessageTrace msgTrace, SequenceDiagramFilter.SDModes sdMode, String outputFilename, boolean shortLabels) Deprecated.This method writes the pic code for the given message trace into the given file. -
Uses of MessageTrace in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that return MessageTraceModifier and TypeMethodDescriptionExecutionTrace.toMessageTrace(Execution rootExecution) Deprecated.Returns the message trace representation for this trace.
The transformation to a message trace is only computed during the first execution of this method.Methods in kieker.tools.trace.analysis.systemModel that return types with arguments of type MessageTraceModifier and TypeMethodDescriptionprotected Comparator<? super MessageTrace>MessageTraceBasedSession.getOrderComparator()Deprecated.