Uses of Class
org.apache.unomi.api.rules.RuleStatistics
-
Packages that use RuleStatistics Package Description org.apache.unomi.api.services org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.rules -
-
Uses of RuleStatistics in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return RuleStatistics Modifier and Type Method Description RuleStatistics
RulesService. getRuleStatistics(String ruleId)
Retrieves the statistics for a ruleMethods in org.apache.unomi.api.services that return types with arguments of type RuleStatistics Modifier and Type Method Description Map<String,RuleStatistics>
RulesService. 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 RuleStatistics Modifier and Type Method Description RuleStatistics
RulesServiceEndPoint. 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 RuleStatistics Modifier and Type Method Description Map<String,RuleStatistics>
RulesServiceEndPoint. 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 RuleStatistics Modifier and Type Method Description RuleStatistics
RulesServiceImpl. getRuleStatistics(String ruleId)
Methods in org.apache.unomi.services.impl.rules that return types with arguments of type RuleStatistics Modifier and Type Method Description Map<String,RuleStatistics>
RulesServiceImpl. getAllRuleStatistics()
-