Uses of Class
kieker.model.system.model.Execution
| Package | Description |
|---|---|
| kieker.analysis.architecture.trace |
Copyright 2022 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.analysis.architecture.trace.execution | |
| kieker.analysis.architecture.trace.reconstruction |
This package contains all processing filters bundled with kieker.
|
| kieker.model.repository |
Copyright 2022 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.model.system.model |
Copyright 2022 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.visualization.trace.dependency.graph |
Copyright 2022 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.
|
-
Uses of Execution in kieker.analysis.architecture.trace
Methods in kieker.analysis.architecture.trace that return Execution Modifier and Type Method Description protected ExecutionAbstractTraceAnalysisStage. createExecutionByEntityNames(java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, java.lang.String componentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)protected ExecutionAbstractTraceAnalysisStage. createExecutionByEntityNames(java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)static ExecutionAbstractTraceAnalysisStage. createExecutionByEntityNames(SystemModelRepository systemModelRepository, java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, java.lang.String componentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)static ExecutionAbstractTraceAnalysisStage. createExecutionByEntityNames(SystemModelRepository systemModelRepository, java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) -
Uses of Execution in kieker.analysis.architecture.trace.execution
Methods in kieker.analysis.architecture.trace.execution that return types with arguments of type Execution Modifier and Type Method Description teetime.framework.OutputPort<Execution>ExecutionRecordTransformationStage. getOutputPort() -
Uses of Execution in kieker.analysis.architecture.trace.reconstruction
Methods in kieker.analysis.architecture.trace.reconstruction with parameters of type Execution Modifier and Type Method Description protected voidTraceReconstructionStage. execute(Execution execution) -
Uses of Execution in kieker.model.repository
Fields in kieker.model.repository declared as Execution Modifier and Type Field Description static ExecutionSystemModelRepository. ROOT_EXECUTIONDeprecated. -
Uses of Execution in kieker.model.system.model
Methods in kieker.model.system.model that return Execution Modifier and Type Method Description ExecutionAbstractMessage. getReceivingExecution()Delivers the object which received the message.ExecutionAbstractMessage. getSendingExecution()Delivers the object which sent the message.Methods in kieker.model.system.model that return types with arguments of type Execution Modifier and Type Method Description static java.util.Comparator<Execution>ExecutionTrace. createExecutionTraceComparator()java.util.SortedSet<Execution>ExecutionTrace. getTraceAsSortedExecutionSet()Returns a sorted set (unmodifiable) ofExecutions in this trace.Methods in kieker.model.system.model with parameters of type Execution Modifier and Type Method Description voidExecutionTrace. add(Execution execution)Adds an execution to the trace.MessageTraceExecutionTrace. toMessageTrace(Execution rootExecution)Returns the message trace representation for this trace.
The transformation to a message trace is only computed during the first execution of this method.Constructors in kieker.model.system.model with parameters of type Execution Constructor Description AbstractMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)Creates a new instance of this class using the given parameters.SynchronousCallMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)Creates a new instance of this class using the given parameters.SynchronousReplyMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)Creates a new instance of this class using the given parameters. -
Uses of Execution in kieker.visualization.trace.dependency.graph
Methods in kieker.visualization.trace.dependency.graph with parameters of type Execution Modifier and Type Method Description voidResponseTimeDecoration. registerExecution(Execution execution)Registers a given execution for the decorated vertex.