Uses of Class
com.pervasive.datarush.monitoring.CounterAggregator
-
Packages that use CounterAggregator Package Description com.pervasive.datarush.monitoring Provides classes and interfaces for reporting on commonly monitored resources such as memory, threads, and I/O. -
-
Uses of CounterAggregator in com.pervasive.datarush.monitoring
Methods in com.pervasive.datarush.monitoring that return CounterAggregator Modifier and Type Method Description CounterAggregatorCounterDefinition. aggregator()Returns the aggregator to use for counter aggregation.static CounterAggregatorCounterAggregator. valueOf(String name)Returns the enum constant of this type with the specified name.static CounterAggregator[]CounterAggregator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.monitoring with parameters of type CounterAggregator Modifier and Type Method Description static CounterSupplierStatisticSupplierTestHelper. aggregate(List<CounterSupplier> supps, CounterAggregator agg)CounterDefinitionCounterDefinition. aggregator(CounterAggregator aggregator)Sets the aggregator to use for aggregation
-