Class FullStatisticsDecoratorStage<T>

java.lang.Object
teetime.framework.CompositeStage
kieker.analysis.statistics.FullStatisticsDecoratorStage<T>
Type Parameters:
T - Type of elements
Direct Known Subclasses:
FullResponseTimeStatisticsStage

public class FullStatisticsDecoratorStage<T>
extends teetime.framework.CompositeStage
Since:
1.14
  • Field Summary

    Fields inherited from class teetime.framework.CompositeStage

    DEFAULT_PIPE_CAPACITY
  • Constructor Summary

    Constructors 
    Constructor Description
    FullStatisticsDecoratorStage​(kieker.model.analysismodel.statistics.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)  
  • Method Summary

    Modifier and Type Method Description
    teetime.framework.InputPort<T> getInputPort()  
    teetime.framework.OutputPort<T> getOutputPort()  

    Methods inherited from class teetime.framework.CompositeStage

    connectPorts, connectPorts, createInputPort, createOutputPort

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FullStatisticsDecoratorStage

      public FullStatisticsDecoratorStage​(kieker.model.analysismodel.statistics.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)
  • Method Details

    • getInputPort

      public teetime.framework.InputPort<T> getInputPort()
    • getOutputPort

      public teetime.framework.OutputPort<T> getOutputPort()