Class CounterStatistic

java.lang.Object
org.eclipse.jetty.util.statistic.CounterStatistic

public class CounterStatistic extends Object

Statistics on a counter value.

This class keeps the total, current and maximum value of a counter that can be incremented and decremented. The total refers only to increments.