Uses of Class
kieker.tools.trace.analysis.systemModel.MessageTrace
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter |
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.tools.trace.analysis.filter.traceWriter |
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.tools.trace.analysis.filter.visualization.callTree |
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.tools.trace.analysis.filter.visualization.dependencyGraph |
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.tools.trace.analysis.filter.visualization.sequenceDiagram |
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.tools.trace.analysis.systemModel |
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 MessageTrace in kieker.tools.trace.analysis.filter
Methods in kieker.tools.trace.analysis.filter with parameters of type MessageTrace Modifier and Type Method Description abstract 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 MessageTrace Modifier and Type Method Description voidMessageTraceWriterFilter. 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 MessageTrace Modifier and Type Method Description protected 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.AbstractCallTreeNode<AllocationComponentOperationPair>TraceCallTreeNode. newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.static <T> voidAbstractCallTreeFilter. writeDotForMessageTrace(AbstractCallTreeNode<T> root, AbstractCallTreeFilter.IPairFactory<T> pairFactory, MessageTrace msgTrace, java.lang.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 MessageTrace Constructor Description AbstractAggregatedCallTreeNode(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 MessageTrace Modifier and Type Method Description voidComponentDependencyGraphAllocationFilter. 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 MessageTrace Modifier and Type Method Description voidSequenceDiagramFilter. inputMessageTraces(MessageTrace mt)Deprecated.static voidSequenceDiagramFilter. writePicForMessageTrace(MessageTrace msgTrace, SequenceDiagramFilter.SDModes sdMode, java.lang.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 MessageTrace Modifier and Type Method Description MessageTraceExecutionTrace. 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 MessageTrace Modifier and Type Method Description protected java.util.Comparator<? super MessageTrace>MessageTraceBasedSession. getOrderComparator()Deprecated.