Uses of Class
kieker.model.system.model.MessageTrace
| Package | Description |
|---|---|
| kieker.analysis.architecture.trace |
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.analysis.architecture.trace.execution | |
| kieker.analysis.architecture.trace.reconstruction |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.trace.sink |
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.analysis.plugin.trace | |
| kieker.model.system.model |
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.visualization.trace |
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.visualization.trace.call.tree |
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.visualization.trace.dependency.graph |
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.analysis.architecture.trace
Methods in kieker.analysis.architecture.trace that return types with arguments of type MessageTrace Modifier and Type Method Description teetime.framework.OutputPort<MessageTrace>TraceEventRecords2ExecutionAndMessageTraceStage. getMessageTraceOutputPort() -
Uses of MessageTrace in kieker.analysis.architecture.trace.execution
Methods in kieker.analysis.architecture.trace.execution that return types with arguments of type MessageTrace Modifier and Type Method Description teetime.framework.OutputPort<MessageTrace>TraceEquivalenceClassFilter. getMessageTraceOutputPort() -
Uses of MessageTrace in kieker.analysis.architecture.trace.reconstruction
Methods in kieker.analysis.architecture.trace.reconstruction that return types with arguments of type MessageTrace Modifier and Type Method Description teetime.framework.OutputPort<MessageTrace>TraceReconstructionStage. getMessageTraceOutputPort() -
Uses of MessageTrace in kieker.analysis.architecture.trace.sink
Methods in kieker.analysis.architecture.trace.sink with parameters of type MessageTrace Modifier and Type Method Description protected voidMessageTraceWriterFilter. execute(MessageTrace messageTrace) -
Uses of MessageTrace in kieker.analysis.plugin.trace
Methods in kieker.analysis.plugin.trace with parameters of type MessageTrace Modifier and Type Method Description protected abstract voidAbstractMessageTraceProcessingFilter. execute(MessageTrace element)Deprecated. -
Uses of MessageTrace in kieker.model.system.model
Methods in kieker.model.system.model that return MessageTrace Modifier and Type Method Description MessageTraceExecutionTrace. toMessageTrace(Execution rootExecution)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.model.system.model that return types with arguments of type MessageTrace Modifier and Type Method Description protected java.util.Comparator<? super MessageTrace>MessageTraceBasedSession. getOrderComparator() -
Uses of MessageTrace in kieker.visualization.trace
Methods in kieker.visualization.trace with parameters of type MessageTrace Modifier and Type Method Description protected voidSequenceDiagramFilter. execute(MessageTrace mt)static voidSequenceDiagramFilter. writePicForMessageTrace(MessageTrace msgTrace, SequenceDiagramFilter.SDModes sdMode, java.lang.String outputFilename, boolean shortLabels)This method writes the pic code for the given message trace into the given file. -
Uses of MessageTrace in kieker.visualization.trace.call.tree
Methods in kieker.visualization.trace.call.tree 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)Adds the given trace to the given tree.protected voidAbstractAggregatedCallTreeFilter. execute(MessageTrace trace)protected voidTraceCallTreeFilter. execute(MessageTrace mt)abstract AbstractCallTreeNode<T>AbstractCallTreeNode. newCall(T destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)AbstractCallTreeNode<AllocationComponentOperationPair>TraceCallTreeNode. newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)static <T> voidAbstractCallTreeFilter. writeDotForMessageTrace(AbstractCallTreeNode<T> root, AbstractCallTreeFilter.IPairFactory<T> pairFactory, MessageTrace msgTrace, java.lang.String outputFilename, boolean includeWeights, boolean shortLabels)Write dot info for message trace.Constructors in kieker.visualization.trace.call.tree with parameters of type MessageTrace Constructor Description AbstractAggregatedCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)This constructor uses the given parameters to initialize the fields of this class.AbstractCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)This constructor uses the given parameters to initialize the fields of this class.TraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)Creates a new instance of this class using the given parameters.WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T> source, AbstractCallTreeNode<T> target, MessageTrace origin, IOriginRetentionPolicy originPolicy)Creates a new instance of this class using the given parameters. -
Uses of MessageTrace in kieker.visualization.trace.dependency.graph
Methods in kieker.visualization.trace.dependency.graph with parameters of type MessageTrace Modifier and Type Method Description protected voidComponentDependencyGraphAllocationFilter. execute(MessageTrace t)protected voidComponentDependencyGraphAssemblyFilter. execute(MessageTrace t)protected voidContainerDependencyGraphFilter. execute(MessageTrace t)protected voidOperationDependencyGraphAllocationFilter. execute(MessageTrace t)protected voidOperationDependencyGraphAssemblyFilter. execute(MessageTrace t)