Package | Description |
---|---|
com.bigdata.relation.rule.eval |
This package supports rule evaluation.
|
com.bigdata.relation.rule.eval.pipeline |
This package implements a pipeline join.
|
Modifier and Type | Class and Description |
---|---|
class |
RuleState
State for a rule execution.
|
protected class |
TestRuleState.RuleState2 |
Modifier and Type | Method and Description |
---|---|
static void |
RuleLog.log(IRule rule,
IRuleState ruleState,
JoinStats[] joinStats)
Log distributed join execution statistics using a CSV format.
|
RuleStats |
IRuleStatisticsFactory.newInstance(IRuleState ruleState)
Used for the execution of a single
IRule . |
Constructor and Description |
---|
RuleStats(IRuleState ruleState)
Initializes statistics from an
iRule and its
IEvaluationPlan . |
Modifier and Type | Field and Description |
---|---|
protected IRuleState |
JoinMasterTask.ruleState |
Modifier and Type | Method and Description |
---|---|
static StringBuilder |
JoinStats.toString(IRule rule,
IRuleState ruleState,
JoinStats[] a)
Formats the array of
JoinStats into a CSV table view. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.