Java org.springframework.integration.support.management ExponentialMovingAverage fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.support.management ExponentialMovingAverage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.support.management ExponentialMovingAverage.

The text is from its open source code.

Constructor

ExponentialMovingAverage(int window, double factor)
Create a moving average accumulator with decay lapse window provided.