Uses of Class
kieker.tools.trace.analysis.systemModel.AllocationComponent
Packages that use AllocationComponent
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.
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 AllocationComponent in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type AllocationComponentModifier and TypeMethodDescriptionprotected static StringAbstractDependencyGraphFormatter.createAllocationComponentId(AllocationComponent component) Deprecated.Utility function to create a textual container ID for an allocation component.Method parameters in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with type arguments of type AllocationComponentModifier and TypeMethodDescriptionprotected static StringAbstractComponentDependencyGraphFormatter.createComponentNodeLabel(DependencyGraphNode<AllocationComponent> node, boolean useShortLabels, String stereotype) Deprecated.Utility function to create a label for component nodes.Constructors in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type AllocationComponentModifierConstructorDescriptionDeprecated.Creates a new graph with the given root entity. -
Uses of AllocationComponent in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that return AllocationComponentModifier and TypeMethodDescriptionfinal AllocationComponentExecution.getAllocationComponent()Deprecated.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type AllocationComponentModifierConstructorDescriptionExecution(Operation op, AllocationComponent allocationComponent, long traceId, int eoi, int ess, long tin, long tout, boolean assumed) Deprecated.Creates a new Execution instance.Execution(Operation op, AllocationComponent allocationComponent, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) Deprecated.Creates a new Execution instance. -
Uses of AllocationComponent in kieker.tools.trace.analysis.systemModel.repository
Fields in kieker.tools.trace.analysis.systemModel.repository declared as AllocationComponentModifier and TypeFieldDescriptionstatic final AllocationComponentAllocationRepository.ROOT_ALLOCATION_COMPONENTMethods in kieker.tools.trace.analysis.systemModel.repository that return AllocationComponentModifier and TypeMethodDescriptionfinal AllocationComponentAllocationRepository.createAndRegisterAllocationComponentInstance(String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer) final AllocationComponentAllocationRepository.lookupAllocationComponentInstanceByNamedIdentifier(String namedIdentifier) Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.Methods in kieker.tools.trace.analysis.systemModel.repository that return types with arguments of type AllocationComponentModifier and TypeMethodDescriptionfinal Collection<AllocationComponent>AllocationRepository.getAllocationComponentInstances()Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type AllocationComponentModifier and TypeMethodDescriptionAllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent, Operation operation) Returns a corresponding pair instance (existing or newly created). -
Uses of AllocationComponent in kieker.tools.trace.analysis.systemModel.util
Methods in kieker.tools.trace.analysis.systemModel.util that return AllocationComponentModifier and TypeMethodDescriptionfinal AllocationComponentAllocationComponentOperationPair.getAllocationComponent()Constructors in kieker.tools.trace.analysis.systemModel.util with parameters of type AllocationComponentModifierConstructorDescriptionAllocationComponentOperationPair(int id, Operation operation, AllocationComponent allocationComponent) Creates a new instance of this class using the given parameters.