Uses of Class
kieker.tools.trace.analysis.systemModel.Execution
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter |
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.tools.trace.analysis.filter.traceReconstruction |
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.tools.trace.analysis.filter.visualization.dependencyGraph |
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.tools.trace.analysis.systemModel |
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.tools.trace.analysis.systemModel.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.
|
-
Uses of Execution in kieker.tools.trace.analysis.filter
Methods in kieker.tools.trace.analysis.filter that return Execution Modifier and Type Method Description protected ExecutionAbstractTraceAnalysisFilter. 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)Deprecated.static ExecutionAbstractTraceAnalysisFilter. 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)Deprecated.static ExecutionAbstractTraceAnalysisFilter. 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)Deprecated. -
Uses of Execution in kieker.tools.trace.analysis.filter.traceReconstruction
Methods in kieker.tools.trace.analysis.filter.traceReconstruction with parameters of type Execution Modifier and Type Method Description voidTraceReconstructionFilter. inputExecutions(Execution execution)Deprecated.This method represents the input port of this filter. -
Uses of Execution in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type Execution Modifier and Type Method Description voidResponseTimeDecoration. registerExecution(Execution execution)Deprecated.Registers a given execution for the decorated vertex. -
Uses of Execution in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that return Execution Modifier and Type Method Description ExecutionAbstractMessage. getReceivingExecution()Deprecated.Delivers the object which received the message.ExecutionAbstractMessage. getSendingExecution()Deprecated.Delivers the object which sent the message.Methods in kieker.tools.trace.analysis.systemModel that return types with arguments of type Execution Modifier and Type Method Description static java.util.Comparator<Execution>ExecutionTrace. createExecutionTraceComparator()Deprecated.java.util.SortedSet<Execution>ExecutionTrace. getTraceAsSortedExecutionSet()Deprecated.Returns a sorted set (unmodifiable) ofExecutions in this trace.Methods in kieker.tools.trace.analysis.systemModel with parameters of type Execution Modifier and Type Method Description voidExecutionTrace. add(Execution execution)Deprecated.Adds an execution to the trace.MessageTraceExecutionTrace. toMessageTrace(Execution rootExecution)Deprecated.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.tools.trace.analysis.systemModel with parameters of type Execution Constructor Description AbstractMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)Deprecated.Creates a new instance of this class using the given parameters.SynchronousCallMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)Deprecated.Creates a new instance of this class using the given parameters.SynchronousReplyMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)Deprecated.Creates a new instance of this class using the given parameters. -
Uses of Execution in kieker.tools.trace.analysis.systemModel.repository
Fields in kieker.tools.trace.analysis.systemModel.repository declared as Execution Modifier and Type Field Description static ExecutionSystemModelRepository. ROOT_EXECUTIONDeprecated.