Uses of Class
kieker.analysis.architecture.recovery.events.DeployedOperationCallEvent
Packages that use DeployedOperationCallEvent
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 DeployedOperationCallEvent in kieker.analysis.architecture.recovery
Fields in kieker.analysis.architecture.recovery with type parameters of type DeployedOperationCallEventModifier and TypeFieldDescriptionstatic final Function<DeployedOperationCallEvent,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.DEPLOYED_OPERATIONMethods in kieker.analysis.architecture.recovery that return types with arguments of type DeployedOperationCallEventModifier and TypeMethodDescriptionstatic final Function<DeployedOperationCallEvent,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.findAggregatedInvocation4OperationTuple(ExecutionModel executionModel) Get corresponding aggregated invocation from the execution model for a given OperationCall. -
Uses of DeployedOperationCallEvent in kieker.analysis.architecture.recovery.assembler
Methods in kieker.analysis.architecture.recovery.assembler with parameters of type DeployedOperationCallEventModifier and TypeMethodDescriptionvoidInvocationExecutionModelAssembler.assemble(DeployedOperationCallEvent operationCall) -
Uses of DeployedOperationCallEvent in kieker.analysis.statistics
Constructor parameters in kieker.analysis.statistics with type arguments of type DeployedOperationCallEventModifierConstructorDescriptionFullResponseTimeStatisticsStage(StatisticsModel statisticsModel, Function<DeployedOperationCallEvent, org.eclipse.emf.ecore.EObject> objectAccesor)