Package | Description |
---|---|
kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
Copyright 2020 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 2020 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 2020 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 2020 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.
|
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
AbstractDependencyGraphFormatter.createAllocationComponentId(AllocationComponent component)
Utility function to create a textual container ID for an allocation component.
|
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
AbstractComponentDependencyGraphFormatter.createComponentNodeLabel(DependencyGraphNode<AllocationComponent> node,
boolean useShortLabels,
java.lang.String stereotype)
Utility function to create a label for component nodes.
|
Constructor and Description |
---|
ComponentAllocationDependencyGraph(AllocationComponent rootEntity)
Creates a new graph with the given root entity.
|
Modifier and Type | Method and Description |
---|---|
AllocationComponent |
Execution.getAllocationComponent() |
Constructor and Description |
---|
Execution(Operation op,
AllocationComponent allocationComponent,
long traceId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed)
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)
Creates a new Execution instance.
|
Modifier and Type | Field and Description |
---|---|
static AllocationComponent |
AllocationRepository.ROOT_ALLOCATION_COMPONENT |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AllocationComponent> |
AllocationRepository.getAllocationComponentInstances() |
Modifier and Type | Method and Description |
---|---|
AllocationComponentOperationPair |
AllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent,
Operation operation)
Returns a corresponding pair instance (existing or newly created).
|
Modifier and Type | Method and Description |
---|---|
AllocationComponent |
AllocationComponentOperationPair.getAllocationComponent() |
Constructor and Description |
---|
AllocationComponentOperationPair(int id,
Operation operation,
AllocationComponent allocationComponent)
Creates a new instance of this class using the given parameters.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net