Class CounterDefinition

java.lang.Object
com.pervasive.datarush.monitoring.StatisticDefinition<CounterSupplier>
com.pervasive.datarush.monitoring.CounterDefinition
All Implemented Interfaces:
Serializable

public final class CounterDefinition extends StatisticDefinition<CounterSupplier>
Definition associated with a CounterSupplier. Counters may aggregate by either CounterAggregator.SUM, CounterAggregator.MIN, or CounterAggregator.MAX.
See Also: