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 2017 Kieker Project, http://kieker-monitoring.net