Uses of Class
kieker.tools.trace.analysis.systemModel.AllocationComponent
Package | Description |
---|---|
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 |
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.
|
kieker.tools.trace.analysis.systemModel.util |
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 AllocationComponent in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type AllocationComponent Modifier and Type Method Description protected static java.lang.String
AbstractDependencyGraphFormatter. 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 AllocationComponent Modifier and Type Method Description protected static java.lang.String
AbstractComponentDependencyGraphFormatter. createComponentNodeLabel(DependencyGraphNode<AllocationComponent> node, boolean useShortLabels, java.lang.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 AllocationComponent Constructor Description ComponentAllocationDependencyGraph(AllocationComponent rootEntity)
Deprecated.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 AllocationComponent Modifier and Type Method Description AllocationComponent
Execution. getAllocationComponent()
Deprecated.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type AllocationComponent Constructor Description Execution(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, java.lang.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 AllocationComponent Modifier and Type Field Description static AllocationComponent
AllocationRepository. ROOT_ALLOCATION_COMPONENT
Methods in kieker.tools.trace.analysis.systemModel.repository that return AllocationComponent Modifier and Type Method Description AllocationComponent
AllocationRepository. createAndRegisterAllocationComponentInstance(java.lang.String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer)
AllocationComponent
AllocationRepository. lookupAllocationComponentInstanceByNamedIdentifier(java.lang.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 AllocationComponent Modifier and Type Method Description java.util.Collection<AllocationComponent>
AllocationRepository. getAllocationComponentInstances()
Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type AllocationComponent Modifier and Type Method Description AllocationComponentOperationPair
AllocationComponentOperationPairFactory. 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 AllocationComponent Modifier and Type Method Description AllocationComponent
AllocationComponentOperationPair. getAllocationComponent()
Constructors in kieker.tools.trace.analysis.systemModel.util with parameters of type AllocationComponent Constructor Description AllocationComponentOperationPair(int id, Operation operation, AllocationComponent allocationComponent)
Creates a new instance of this class using the given parameters.