Uses of Interface
kieker.model.analysismodel.statistics.StatisticsModel
| Package | Description |
|---|---|
| kieker.analysis.architecture.dependency |
This package contains all processing filters bundled with kieker.
|
| 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.statistics | |
| kieker.model.analysismodel.statistics | |
| kieker.model.analysismodel.statistics.impl | |
| kieker.model.analysismodel.statistics.util |
-
Uses of StatisticsModel in kieker.analysis.architecture.dependency
Fields in kieker.analysis.architecture.dependency declared as StatisticsModel Modifier and Type Field Description protected StatisticsModelAbstractDependencyGraphBuilder. statisticsModelConstructors in kieker.analysis.architecture.dependency with parameters of type StatisticsModel Constructor Description ResponseTimeDecorator(StatisticsModel statisticsModel, java.time.temporal.ChronoUnit chronoUnit) -
Uses of StatisticsModel in kieker.analysis.architecture.recovery
Constructors in kieker.analysis.architecture.recovery with parameters of type StatisticsModel Constructor Description CountUniqueCallsStage(StatisticsModel statisticsModel, ExecutionModel executionModel)Count unique calls. -
Uses of StatisticsModel in kieker.analysis.statistics
Constructors in kieker.analysis.statistics with parameters of type StatisticsModel Constructor Description CallStatisticsStage(StatisticsModel statisticsModel, ExecutionModel executionModel)FullResponseTimeStatisticsStage(StatisticsModel statisticsModel, java.util.function.Function<DeployedOperationCallEvent,org.eclipse.emf.ecore.EObject> objectAccesor)FullStatisticsDecoratorStage(StatisticsModel statisticsModel, java.lang.String property, java.util.function.Function<T,java.lang.Long> valueAccessor, java.util.function.Function<T,org.eclipse.emf.ecore.EObject> objectAccesor)StatisticsDecorator(StatisticsModel statisticsModel, AbstractCalculator<T> statisticCalculator, java.util.function.Function<T,org.eclipse.emf.ecore.EObject> objectAccesor)StatisticsDecoratorStage(StatisticsModel statisticsModel, AbstractCalculator<T> statisticCalculator, java.util.function.Function<T,org.eclipse.emf.ecore.EObject> objectAccesor) -
Uses of StatisticsModel in kieker.model.analysismodel.statistics
Methods in kieker.model.analysismodel.statistics that return StatisticsModel Modifier and Type Method Description StatisticsModelStatisticsFactory. createStatisticsModel()Returns a new object of class 'Model'. -
Uses of StatisticsModel in kieker.model.analysismodel.statistics.impl
Classes in kieker.model.analysismodel.statistics.impl that implement StatisticsModel Modifier and Type Class Description classStatisticsModelImplAn implementation of the model object 'Model'.Methods in kieker.model.analysismodel.statistics.impl that return StatisticsModel Modifier and Type Method Description StatisticsModelStatisticsFactoryImpl. createStatisticsModel() -
Uses of StatisticsModel in kieker.model.analysismodel.statistics.util
Methods in kieker.model.analysismodel.statistics.util with parameters of type StatisticsModel Modifier and Type Method Description TStatisticsSwitch. caseStatisticsModel(StatisticsModel object)Returns the result of interpreting the object as an instance of 'Model'.