| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter.visualization.callTree |
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.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.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected AllocationComponentOperationPair |
AggregatedAllocationComponentOperationCallTreeFilter.concreteCreatePair(SynchronousCallMessage callMsg) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCallTreeNode<AllocationComponentOperationPair> |
TraceCallTreeNode.newCall(AllocationComponentOperationPair destination,
MessageTrace origin,
IOriginRetentionPolicy originPolicy) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCallTreeNode<AllocationComponentOperationPair> |
TraceCallTreeNode.newCall(AllocationComponentOperationPair destination,
MessageTrace origin,
IOriginRetentionPolicy originPolicy) |
| Constructor and Description |
|---|
TraceCallTreeNode(int id,
AllocationComponentOperationPair entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
Creates a new instance of this class using the given parameters.
|
| Constructor and Description |
|---|
OperationAllocationDependencyGraph(AllocationComponentOperationPair rootEntity)
Creates a new graph with the given root entity.
|
| Modifier and Type | Field and Description |
|---|---|
static AllocationComponentOperationPair |
AllocationComponentOperationPairFactory.ROOT_PAIR |
| Modifier and Type | Method and Description |
|---|---|
AllocationComponentOperationPair |
AllocationComponentOperationPairFactory.getPairById(int id)
Returns the instance for the passed ID; null if no instance with this ID is available.
|
AllocationComponentOperationPair |
AllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent,
Operation operation)
Returns a corresponding pair instance (existing or newly created).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AllocationComponentOperationPair> |
AllocationComponentOperationPairFactory.getPairs()
Delivers all available allocation-component-operation pairs.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net