Class CounterHistoryStack

  • All Implemented Interfaces:
    Iterable<long[]>

    @Deprecated(since="11.4")
    public class CounterHistoryStack
    extends Object
    implements Iterable<long[]>
    Deprecated.
    since 11.4: use dropwizard metrics instead
    Fixed length Stack that is used to store values of a counter over time
    Author:
    Tiry (tdelprat@nuxeo.com)