Uses of Class
org.apache.unomi.api.rules.RuleStatistics
Packages that use RuleStatistics
Package
Description
-
Uses of RuleStatistics in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return RuleStatisticsModifier and TypeMethodDescriptionRulesService.getRuleStatistics
(String ruleId) Retrieves the statistics for a ruleMethods in org.apache.unomi.api.services that return types with arguments of type RuleStatisticsModifier and TypeMethodDescriptionRulesService.getAllRuleStatistics()
Retrieves the statistics for all the rules -
Uses of RuleStatistics in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return RuleStatisticsModifier and TypeMethodDescriptionRulesServiceEndPoint.getRuleStatistics
(String ruleId) Retrieves the statistics for the rule with the specified identifierMethods in org.apache.unomi.rest.endpoints that return types with arguments of type RuleStatisticsModifier and TypeMethodDescriptionRulesServiceEndPoint.getAllRuleStatistics()
Retrieves the rule statistics for all known rules. -
Uses of RuleStatistics in org.apache.unomi.services.impl.rules
Methods in org.apache.unomi.services.impl.rules that return RuleStatisticsMethods in org.apache.unomi.services.impl.rules that return types with arguments of type RuleStatistics