Uses of Class
kieker.common.record.controlflow.OperationExecutionRecord
Packages that use OperationExecutionRecord
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.
-
Uses of OperationExecutionRecord in kieker.analysis.architecture.trace.execution
Methods in kieker.analysis.architecture.trace.execution with parameters of type OperationExecutionRecordModifier and TypeMethodDescriptionprotected voidExecutionRecordTransformationStage.execute(OperationExecutionRecord operationExecutionRecord) This method represents the input port, processing incoming operation execution records. -
Uses of OperationExecutionRecord in kieker.analysis.generic.time
Methods in kieker.analysis.generic.time with parameters of type OperationExecutionRecordModifier and TypeMethodDescriptionprotected voidOperationExecutionRecordTimestampFilter.execute(OperationExecutionRecord execution) protected longOperationExecutionRecordTimestampFilter.getRecordSpecificTimestamp(OperationExecutionRecord execution) -
Uses of OperationExecutionRecord in kieker.analysis.plugin.filter.select
Methods in kieker.analysis.plugin.filter.select with parameters of type OperationExecutionRecordModifier and TypeMethodDescriptionfinal voidTimestampFilter.inputOperationExecutionRecord(OperationExecutionRecord execution) Deprecated.This method represents the input port receiving trace events to be selected by a specific timestamp selector (based on tin and tout).voidTraceIdFilter.inputOperationExecutionRecord(OperationExecutionRecord record) Deprecated.This method represents an input port for operation execution records. -
Uses of OperationExecutionRecord in kieker.common.record.controlflow
Methods in kieker.common.record.controlflow that return OperationExecutionRecordModifier and TypeMethodDescriptionOperationExecutionRecordFactory.create(IValueDeserializer deserializer) -
Uses of OperationExecutionRecord in kieker.tools.trace.analysis.filter.executionRecordTransformation
Methods in kieker.tools.trace.analysis.filter.executionRecordTransformation with parameters of type OperationExecutionRecordModifier and TypeMethodDescriptionvoidExecutionRecordTransformationFilter.inputOperationExecutionRecords(OperationExecutionRecord operationExecutionRecord) Deprecated.This method represents the input port, processing incoming operation execution records.