Uses of Class
kieker.common.record.controlflow.OperationExecutionRecord
Package | Description |
---|---|
kieker.analysis.architecture.trace.execution | |
kieker.analysis.generic.time | |
kieker.analysis.plugin.filter.select |
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.common.record.controlflow | |
kieker.tools.trace.analysis.filter.executionRecordTransformation |
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 OperationExecutionRecord in kieker.analysis.architecture.trace.execution
Methods in kieker.analysis.architecture.trace.execution with parameters of type OperationExecutionRecord Modifier and Type Method Description protected void
ExecutionRecordTransformationStage. 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 OperationExecutionRecord Modifier and Type Method Description protected void
OperationExecutionRecordTimestampFilter. execute(OperationExecutionRecord execution)
protected long
OperationExecutionRecordTimestampFilter. getRecordSpecificTimestamp(OperationExecutionRecord execution)
-
Uses of OperationExecutionRecord in kieker.analysis.plugin.filter.select
Methods in kieker.analysis.plugin.filter.select with parameters of type OperationExecutionRecord Modifier and Type Method Description void
TimestampFilter. 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).void
TraceIdFilter. 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 OperationExecutionRecord Modifier and Type Method Description OperationExecutionRecord
OperationExecutionRecordFactory. 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 OperationExecutionRecord Modifier and Type Method Description void
ExecutionRecordTransformationFilter. inputOperationExecutionRecords(OperationExecutionRecord operationExecutionRecord)
Deprecated.This method represents the input port, processing incoming operation execution records.