Package kieker.analysis.statistics
Class FullResponseTimeStatisticsStage
java.lang.Object
teetime.framework.CompositeStage
kieker.analysis.statistics.FullStatisticsDecoratorStage<DeployedOperationCallEvent>
kieker.analysis.statistics.FullResponseTimeStatisticsStage
public class FullResponseTimeStatisticsStage
extends FullStatisticsDecoratorStage<DeployedOperationCallEvent>
- Since:
- 1.14
- Author:
- Sören Henning
-
Field Summary
Fields inherited from class teetime.framework.CompositeStage
DEFAULT_PIPE_CAPACITY -
Constructor Summary
ConstructorsConstructorDescriptionFullResponseTimeStatisticsStage(StatisticsModel statisticsModel, Function<DeployedOperationCallEvent, org.eclipse.emf.ecore.EObject> objectAccesor) -
Method Summary
Methods inherited from class kieker.analysis.statistics.FullStatisticsDecoratorStage
getInputPort, getOutputPortMethods inherited from class teetime.framework.CompositeStage
connectPorts, connectPorts, createInputPort, createOutputPort
-
Constructor Details
-
FullResponseTimeStatisticsStage
public FullResponseTimeStatisticsStage(StatisticsModel statisticsModel, Function<DeployedOperationCallEvent, org.eclipse.emf.ecore.EObject> objectAccesor)
-