Uses of Class
org.webswing.server.services.stats.logger.Aggregation
-
Packages that use Aggregation Package Description org.webswing.server.services.stats org.webswing.server.services.stats.logger -
-
Uses of Aggregation in org.webswing.server.services.stats
Fields in org.webswing.server.services.stats with type parameters of type Aggregation Modifier and Type Field Description static Map<String,List<Aggregation>>StatisticsReader. summaryRulesMap -
Uses of Aggregation in org.webswing.server.services.stats.logger
Methods in org.webswing.server.services.stats.logger that return Aggregation Modifier and Type Method Description AggregationMetricRule. getAggregation()static AggregationAggregation. valueOf(String name)Returns the enum constant of this type with the specified name.static Aggregation[]Aggregation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.webswing.server.services.stats.logger with parameters of type Aggregation Modifier and Type Method Description voidSummaryStats. aggregate(Collection<InstanceStats> instances, String name, Aggregation aggregation)voidMetricRule. setAggregation(Aggregation aggregation)Constructors in org.webswing.server.services.stats.logger with parameters of type Aggregation Constructor Description MetricRule(Aggregation aggregation, long interval, int metricHistoryLimit)
-