Uses of Class
kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
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.
|
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.systemModel.repository |
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 AllocationComponentOperationPair in kieker.tools.trace.analysis.filter.visualization.callTree
Methods in kieker.tools.trace.analysis.filter.visualization.callTree that return AllocationComponentOperationPair Modifier and Type Method Description protected AllocationComponentOperationPair
AggregatedAllocationComponentOperationCallTreeFilter. concreteCreatePair(SynchronousCallMessage callMsg)
Deprecated.Methods in kieker.tools.trace.analysis.filter.visualization.callTree that return types with arguments of type AllocationComponentOperationPair Modifier and Type Method Description AbstractCallTreeNode<AllocationComponentOperationPair>
TraceCallTreeNode. newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)
Deprecated.Methods in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type AllocationComponentOperationPair Modifier and Type Method Description AbstractCallTreeNode<AllocationComponentOperationPair>
TraceCallTreeNode. newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)
Deprecated.Constructors in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type AllocationComponentOperationPair Constructor Description TraceCallTreeNode(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 AllocationComponentOperationPair Constructor Description OperationAllocationDependencyGraph(AllocationComponentOperationPair rootEntity)
Deprecated.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 AllocationComponentOperationPair Modifier and Type Field Description static AllocationComponentOperationPair
AllocationComponentOperationPairFactory. ROOT_PAIR
Methods in kieker.tools.trace.analysis.systemModel.repository that return AllocationComponentOperationPair Modifier and Type Method Description AllocationComponentOperationPair
AllocationComponentOperationPairFactory. getPairById(int id)
Returns the instance for the passed ID; null if no instance with this ID is available.AllocationComponentOperationPair
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 AllocationComponentOperationPair Modifier and Type Method Description java.util.Collection<AllocationComponentOperationPair>
AllocationComponentOperationPairFactory. getPairs()
Delivers all available allocation-component-operation pairs.