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 void
AbstractMessageTraceProcessingFilter. 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 void
MessageTraceWriterFilter. 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> void
AbstractCallTreeFilter. addTraceToTree(AbstractCallTreeNode<T> root, MessageTrace trace, AbstractCallTreeFilter.IPairFactory<T> pairFactory, boolean aggregated)
Deprecated.Adds the given trace to the given tree.void
AbstractAggregatedCallTreeFilter. inputMessageTraces(MessageTrace trace)
Deprecated.void
TraceCallTreeFilter. 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> void
AbstractCallTreeFilter. 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 void
ComponentDependencyGraphAllocationFilter. inputMessageTraces(MessageTrace t)
Deprecated.This is the (abstract) input port for the incoming message traces.void
ComponentDependencyGraphAssemblyFilter. inputMessageTraces(MessageTrace t)
Deprecated.This is the (abstract) input port for the incoming message traces.void
ContainerDependencyGraphFilter. inputMessageTraces(MessageTrace t)
Deprecated.This is the (abstract) input port for the incoming message traces.void
OperationDependencyGraphAllocationFilter. inputMessageTraces(MessageTrace t)
Deprecated.This is the (abstract) input port for the incoming message traces.void
OperationDependencyGraphAssemblyFilter. 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 void
SequenceDiagramFilter. inputMessageTraces(MessageTrace mt)
Deprecated.static void
SequenceDiagramFilter. 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 MessageTrace
ExecutionTrace. 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.