Uses of Class
org.webswing.server.services.stats.logger.InstanceStats
-
Packages that use InstanceStats Package Description org.webswing.server.services.stats org.webswing.server.services.stats.logger org.webswing.server.util -
-
Uses of InstanceStats in org.webswing.server.services.stats
Methods in org.webswing.server.services.stats that return types with arguments of type InstanceStats Modifier and Type Method Description Collection<InstanceStats>StatisticsReader. getAllInstanceStats() -
Uses of InstanceStats in org.webswing.server.services.stats.logger
Methods in org.webswing.server.services.stats.logger that return types with arguments of type InstanceStats Modifier and Type Method Description Collection<InstanceStats>DefaultStatisticsLogger. getAllInstanceStats()Method parameters in org.webswing.server.services.stats.logger with type arguments of type InstanceStats Modifier and Type Method Description voidSummaryStats. aggregate(Collection<InstanceStats> instances, String name, Aggregation aggregation) -
Uses of InstanceStats in org.webswing.server.util
Method parameters in org.webswing.server.util with type arguments of type InstanceStats Modifier and Type Method Description static Map<String,Map<String,BigDecimal>>LoggerStatisticsUtil. mergeSummaryInstanceStats(List<InstanceStats> statsList)
-