Uses of Class
kieker.analysis.architecture.recovery.events.DeployedOperationCallEvent
Package | Description |
---|---|
kieker.analysis.architecture.recovery |
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.analysis.architecture.recovery.assembler |
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.analysis.statistics |
-
Uses of DeployedOperationCallEvent in kieker.analysis.architecture.recovery
Fields in kieker.analysis.architecture.recovery with type parameters of type DeployedOperationCallEvent Modifier and Type Field Description static java.util.function.Function<DeployedOperationCallEvent,org.eclipse.emf.ecore.EObject>
ModelObjectFromOperationCallAccessorUtils. DEPLOYED_OPERATION
Methods in kieker.analysis.architecture.recovery that return types with arguments of type DeployedOperationCallEvent Modifier and Type Method Description static java.util.function.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 DeployedOperationCallEvent Modifier and Type Method Description void
InvocationExecutionModelAssembler. assemble(DeployedOperationCallEvent operationCall)
-
Uses of DeployedOperationCallEvent in kieker.analysis.statistics
Constructor parameters in kieker.analysis.statistics with type arguments of type DeployedOperationCallEvent Constructor Description FullResponseTimeStatisticsStage(StatisticsModel statisticsModel, java.util.function.Function<DeployedOperationCallEvent,org.eclipse.emf.ecore.EObject> objectAccesor)