public class RuleLog extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
RuleLog() |
public static void log(RuleStats stats)
stats
- The rule execution statistics.public static void log(IRule rule, IRuleState ruleState, JoinStats[] joinStats)
rule
- The IRule
whose JoinStats
are being reported.ruleState
- Contains details about evaluation order for the
IPredicate
s in the tail of the rule, the access
paths that were used, etc.joinStats
- The statistics for the distributed join tasks for each join
dimension in the rule.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.