Uses of Class
kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
Packages that use AllocationComponentOperationPair
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.
-
Uses of AllocationComponentOperationPair in kieker.tools.trace.analysis.filter.visualization.callTree
Methods in kieker.tools.trace.analysis.filter.visualization.callTree that return AllocationComponentOperationPairModifier and TypeMethodDescriptionprotected AllocationComponentOperationPairAggregatedAllocationComponentOperationCallTreeFilter.concreteCreatePair(SynchronousCallMessage callMsg) Deprecated.Methods in kieker.tools.trace.analysis.filter.visualization.callTree that return types with arguments of type AllocationComponentOperationPairModifier and TypeMethodDescriptionTraceCallTreeNode.newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy) Deprecated.Methods in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type AllocationComponentOperationPairModifier and TypeMethodDescriptionTraceCallTreeNode.newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy) Deprecated.Constructors in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type AllocationComponentOperationPairModifierConstructorDescriptionTraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy) Deprecated.Creates a new instance of this class using the given parameters. -
Uses of AllocationComponentOperationPair in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Constructors in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type AllocationComponentOperationPairModifierConstructorDescriptionDeprecated.Creates a new graph with the given root entity. -
Uses of AllocationComponentOperationPair in kieker.tools.trace.analysis.systemModel.repository
Fields in kieker.tools.trace.analysis.systemModel.repository declared as AllocationComponentOperationPairModifier and TypeFieldDescriptionstatic final AllocationComponentOperationPairAllocationComponentOperationPairFactory.ROOT_PAIRMethods in kieker.tools.trace.analysis.systemModel.repository that return AllocationComponentOperationPairModifier and TypeMethodDescriptionAllocationComponentOperationPairFactory.getPairById(int id) Returns the instance for the passed ID; null if no instance with this ID is available.AllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent, Operation operation) Returns a corresponding pair instance (existing or newly created).Methods in kieker.tools.trace.analysis.systemModel.repository that return types with arguments of type AllocationComponentOperationPairModifier and TypeMethodDescriptionAllocationComponentOperationPairFactory.getPairs()Delivers all available allocation-component-operation pairs.