Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
AbstractDependencyGraphFormatter.createOperationNodeId(Operation operation)
Utility function to create a textual node ID for an operation.
|
protected java.lang.String |
AbstractOperationDependencyGraphFormatter.createOperationNodeLabel(Operation operation,
DependencyGraphNode<?> node) |
Modifier and Type | Method and Description |
---|---|
Operation |
ComponentType.addOperation(Operation op)
This method adds a given operation to the list of available operations.
|
Operation |
Execution.getOperation() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Operation> |
ComponentType.getOperations()
Delivers a collection containing the available operations within this component type.
|
Modifier and Type | Method and Description |
---|---|
Operation |
ComponentType.addOperation(Operation op)
This method adds a given operation to the list of available operations.
|
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 Operation |
OperationRepository.ROOT_OPERATION |
Modifier and Type | Method and Description |
---|---|
Operation |
OperationRepository.createAndRegisterOperation(java.lang.String namedIdentifier,
ComponentType componentType,
Signature signature) |
Operation |
OperationRepository.lookupOperationByNamedIdentifier(java.lang.String namedIdentifier) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Operation> |
OperationRepository.getOperations()
Delivers a collection containing all available operations.
|
Modifier and Type | Method and Description |
---|---|
AllocationComponentOperationPair |
AllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent,
Operation operation)
Returns a corresponding pair instance (existing or newly created).
|
AssemblyComponentOperationPair |
AssemblyComponentOperationPairFactory.getPairInstanceByPair(AssemblyComponent assemblyComponent,
Operation operation)
Returns a corresponding pair instance (existing or newly created).
|
Modifier and Type | Method and Description |
---|---|
Operation |
AssemblyComponentOperationPair.getOperation() |
Operation |
AllocationComponentOperationPair.getOperation() |
Constructor and Description |
---|
AllocationComponentOperationPair(int id,
Operation operation,
AllocationComponent allocationComponent)
Creates a new instance of this class using the given parameters.
|
AssemblyComponentOperationPair(int id,
Operation operation,
AssemblyComponent assemblyComponent)
Creates a new instance of this class using the given parameters.
|
Copyright 2017 Kieker Project, http://kieker-monitoring.net