Uses of Class
kieker.tools.trace.analysis.systemModel.ExecutionContainer
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.
|
-
Uses of ExecutionContainer in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type ExecutionContainer Modifier and Type Method Description protected static java.lang.String
AbstractDependencyGraphFormatter. createContainerId(ExecutionContainer container)
Deprecated.Utility function to create a textual container ID for an execution container.Constructors in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type ExecutionContainer Constructor Description ContainerDependencyGraph(ExecutionContainer rootEntity)
Deprecated.Creates a new graph with the given root entity. -
Uses of ExecutionContainer in kieker.tools.trace.analysis.systemModel
Subclasses of ExecutionContainer in kieker.tools.trace.analysis.systemModel Modifier and Type Class Description class
RootExecutionContainer
Deprecated.1.15 moved to kieker-modelMethods in kieker.tools.trace.analysis.systemModel that return ExecutionContainer Modifier and Type Method Description ExecutionContainer
AllocationComponent. getExecutionContainer()
Deprecated.ExecutionContainer
ExecutionContainer. getParent()
Deprecated.Delivers the parent of the container.Methods in kieker.tools.trace.analysis.systemModel that return types with arguments of type ExecutionContainer Modifier and Type Method Description java.util.Collection<ExecutionContainer>
ExecutionContainer. getChildContainers()
Deprecated.Delivers a collection containing the added child containers.Methods in kieker.tools.trace.analysis.systemModel with parameters of type ExecutionContainer Modifier and Type Method Description void
ExecutionContainer. addChildContainer(ExecutionContainer container)
Deprecated.This method adds a given container to the list of child containers.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type ExecutionContainer Constructor Description AllocationComponent(int id, AssemblyComponent assemblyComponent, ExecutionContainer executionContainer)
Deprecated.ExecutionContainer(int id, ExecutionContainer parent, java.lang.String name)
Deprecated.Creates a new instance of this class using the given parameters. -
Uses of ExecutionContainer in kieker.tools.trace.analysis.systemModel.repository
Fields in kieker.tools.trace.analysis.systemModel.repository declared as ExecutionContainer Modifier and Type Field Description static ExecutionContainer
ExecutionEnvironmentRepository. ROOT_EXECUTION_CONTAINER
The root execution container.Methods in kieker.tools.trace.analysis.systemModel.repository that return ExecutionContainer Modifier and Type Method Description ExecutionContainer
ExecutionEnvironmentRepository. createAndRegisterExecutionContainer(java.lang.String namedIdentifier, java.lang.String name)
This method creates a new execution container and registers it as well.ExecutionContainer
ExecutionEnvironmentRepository. lookupExecutionContainerByContainerId(int containerId)
Returns the instance for the passed container ID; null if no instance with this ID.ExecutionContainer
ExecutionEnvironmentRepository. lookupExecutionContainerByNamedIdentifier(java.lang.String namedIdentifier)
Methods in kieker.tools.trace.analysis.systemModel.repository that return types with arguments of type ExecutionContainer Modifier and Type Method Description java.util.Collection<ExecutionContainer>
ExecutionEnvironmentRepository. getExecutionContainers()
Delivers all available execution containers.Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type ExecutionContainer Modifier and Type Method Description AllocationComponent
AllocationRepository. createAndRegisterAllocationComponentInstance(java.lang.String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer)