Class ExponentialWeightedAverageTimeToFirstByteEstimator

    • Field Detail

      • DEFAULT_SMOOTHING_FACTOR

        public static final double DEFAULT_SMOOTHING_FACTOR
        Deprecated.
        The default smoothing factor.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExponentialWeightedAverageTimeToFirstByteEstimator

        public ExponentialWeightedAverageTimeToFirstByteEstimator()
        Deprecated.
        Creates an instance using the DEFAULT_SMOOTHING_FACTOR.
      • ExponentialWeightedAverageTimeToFirstByteEstimator

        public ExponentialWeightedAverageTimeToFirstByteEstimator​(double smoothingFactor)
        Deprecated.
        Creates an instance.
        Parameters:
        smoothingFactor - The exponential weighted average smoothing factor.