Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
AbstractDependencyGraphFormatter.createContainerId(ExecutionContainer container)
Utility function to create a textual container ID for an execution container.
|
Constructor and Description |
---|
ContainerDependencyGraph(ExecutionContainer rootEntity)
Creates a new graph with the given root entity.
|
Modifier and Type | Class and Description |
---|---|
class |
RootExecutionContainer
Specific subtype for the root execution container.
|
Modifier and Type | Method and Description |
---|---|
ExecutionContainer |
AllocationComponent.getExecutionContainer() |
ExecutionContainer |
ExecutionContainer.getParent()
Delivers the parent of the container.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExecutionContainer> |
ExecutionContainer.getChildContainers()
Delivers a collection containing the added child containers.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContainer.addChildContainer(ExecutionContainer container)
This method adds a given container to the list of child containers.
|
Constructor and Description |
---|
AllocationComponent(int id,
AssemblyComponent assemblyComponent,
ExecutionContainer executionContainer) |
ExecutionContainer(int id,
ExecutionContainer parent,
java.lang.String name)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Field and Description |
---|---|
static ExecutionContainer |
ExecutionEnvironmentRepository.ROOT_EXECUTION_CONTAINER
The root execution container.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExecutionContainer> |
ExecutionEnvironmentRepository.getExecutionContainers()
Delivers all available execution containers.
|
Modifier and Type | Method and Description |
---|---|
AllocationComponent |
AllocationRepository.createAndRegisterAllocationComponentInstance(java.lang.String namedIdentifier,
AssemblyComponent assemblyComponentInstance,
ExecutionContainer executionContainer) |
Copyright 2017 Kieker Project, http://kieker-monitoring.net