Uses of Class
kieker.tools.trace.analysis.systemModel.Execution
Packages that use Execution
Package
Description
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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 ExecutionModifier and TypeMethodDescriptionprotected final ExecutionAbstractTraceAnalysisFilter.createExecutionByEntityNames(String executionContainerName, String assemblyComponentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) Deprecated.static final ExecutionAbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String assemblyComponentTypeName, String componentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) Deprecated.static final ExecutionAbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String assemblyComponentTypeName, Signature operationSignature, long traceId, 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 ExecutionModifier and TypeMethodDescriptionvoidTraceReconstructionFilter.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 ExecutionModifier and TypeMethodDescriptionvoidResponseTimeDecoration.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 ExecutionModifier and TypeMethodDescriptionfinal ExecutionAbstractMessage.getReceivingExecution()Deprecated.Delivers the object which received the message.final ExecutionAbstractMessage.getSendingExecution()Deprecated.Delivers the object which sent the message.Methods in kieker.tools.trace.analysis.systemModel that return types with arguments of type ExecutionModifier and TypeMethodDescriptionstatic final Comparator<Execution>ExecutionTrace.createExecutionTraceComparator()Deprecated.ExecutionTrace.getTraceAsSortedExecutionSet()Deprecated.Returns a sorted set (unmodifiable) ofExecutions in this trace.Methods in kieker.tools.trace.analysis.systemModel with parameters of type ExecutionModifier and TypeMethodDescriptionvoidDeprecated.Adds an execution to the trace.ExecutionTrace.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 ExecutionModifierConstructorDescriptionAbstractMessage(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 ExecutionModifier and TypeFieldDescriptionstatic final ExecutionSystemModelRepository.ROOT_EXECUTIONDeprecated.