Uses of Class
kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
Package | Description |
---|---|
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.
|
-
Uses of SynchronousCallMessage in kieker.tools.trace.analysis.filter.visualization.callTree
Methods in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type SynchronousCallMessage Modifier and Type Method Description protected abstract T
AbstractAggregatedCallTreeFilter. concreteCreatePair(SynchronousCallMessage callMsg)
Deprecated.HACK.protected AllocationComponentOperationPair
AggregatedAllocationComponentOperationCallTreeFilter. concreteCreatePair(SynchronousCallMessage callMsg)
Deprecated.protected AssemblyComponentOperationPair
AggregatedAssemblyComponentOperationCallTreeFilter. concreteCreatePair(SynchronousCallMessage callMsg)
Deprecated.HACK.T
AbstractCallTreeFilter.IPairFactory. createPair(SynchronousCallMessage callMsg)
This method creates an actual pair using the given call message.