Uses of Class
kieker.model.system.model.util.AllocationComponentOperationPair
| Package | Description |
|---|---|
| kieker.model.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.
|
| 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 AllocationComponentOperationPair in kieker.model.repository
Fields in kieker.model.repository declared as AllocationComponentOperationPair Modifier and Type Field Description static AllocationComponentOperationPairAllocationComponentOperationPairFactory. ROOT_PAIRMethods in kieker.model.repository that return AllocationComponentOperationPair Modifier and Type Method Description AllocationComponentOperationPairAllocationComponentOperationPairFactory. getPairById(int id)Returns the instance for the passed ID; null if no instance with this ID is available.AllocationComponentOperationPairAllocationComponentOperationPairFactory. getPairInstanceByPair(AllocationComponent allocationComponent, Operation operation)Returns a corresponding pair instance (existing or newly created).Methods in kieker.model.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. -
Uses of AllocationComponentOperationPair in kieker.visualization.trace.call.tree
Methods in kieker.visualization.trace.call.tree that return AllocationComponentOperationPair Modifier and Type Method Description protected AllocationComponentOperationPairAggregatedAllocationComponentOperationCallTreeFilter. concreteCreatePair(SynchronousCallMessage callMsg)Methods in kieker.visualization.trace.call.tree that return types with arguments of type AllocationComponentOperationPair Modifier and Type Method Description AbstractCallTreeNode<AllocationComponentOperationPair>TraceCallTreeNode. newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)Methods in kieker.visualization.trace.call.tree with parameters of type AllocationComponentOperationPair Modifier and Type Method Description AbstractCallTreeNode<AllocationComponentOperationPair>TraceCallTreeNode. newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)Constructors in kieker.visualization.trace.call.tree with parameters of type AllocationComponentOperationPair Constructor Description TraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)Creates a new instance of this class using the given parameters. -
Uses of AllocationComponentOperationPair in kieker.visualization.trace.dependency.graph
Constructors in kieker.visualization.trace.dependency.graph with parameters of type AllocationComponentOperationPair Constructor Description OperationAllocationDependencyGraph(AllocationComponentOperationPair rootEntity)Creates a new graph with the given root entity.