|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRuleTaskFactory | |
|---|---|
| com.bigdata.rdf.rules | |
| com.bigdata.relation.rule | This package includes an abstraction layer for rules. |
| com.bigdata.relation.rule.eval | This package supports rule evaluation. |
| Uses of IRuleTaskFactory in com.bigdata.rdf.rules |
|---|
| Methods in com.bigdata.rdf.rules that return IRuleTaskFactory | |
|---|---|
IRuleTaskFactory |
AbstractRuleDistinctTermScan.getTaskFactory()
|
| Constructors in com.bigdata.rdf.rules with parameters of type IRuleTaskFactory | |
|---|---|
AbstractRuleFastClosure_3_5_6_7_9(String name,
String relationName,
IConstant<IV> rdfsSubPropertyOf,
IConstant<IV> propertyId,
IRuleTaskFactory taskFactory)
|
|
RDFJoinNexusFactory(ActionEnum action,
long writeTimestamp,
long readTimestamp,
Properties properties,
int solutionFlags,
IElementFilter<?> filter,
IEvaluationPlanFactory planFactory,
IRuleTaskFactory defaultRuleTaskFactory,
RuleContextEnum ruleContext,
boolean justify,
boolean backchain,
boolean isOwlSameAsUsed)
|
|
| Uses of IRuleTaskFactory in com.bigdata.relation.rule |
|---|
| Methods in com.bigdata.relation.rule that return IRuleTaskFactory | |
|---|---|
IRuleTaskFactory |
IRule.getTaskFactory()
An optional IRuleTaskFactory that will be used in place of the
default IRuleTaskFactory to evaluate this rule (optional) |
IRuleTaskFactory |
Rule.getTaskFactory()
|
| Constructors in com.bigdata.relation.rule with parameters of type IRuleTaskFactory | |
|---|---|
Rule(String name,
IPredicate head,
IPredicate[] tail,
IQueryOptions queryOptions,
IConstraint[] constraints,
IBindingSet constants,
IRuleTaskFactory taskFactory)
|
|
Rule(String name,
IPredicate head,
IPredicate[] tail,
IQueryOptions queryOptions,
IConstraint[] constraints,
IBindingSet constants,
IRuleTaskFactory taskFactory,
IVariable[] requiredVars)
Fully specified ctor. |
|
| Uses of IRuleTaskFactory in com.bigdata.relation.rule.eval |
|---|
| Classes in com.bigdata.relation.rule.eval that implement IRuleTaskFactory | |
|---|---|
class |
DefaultRuleTaskFactory
Default factory for tasks to execute IRules. |
class |
RunRuleAndFlushBufferTaskFactory
Deprecated. This is now handled by MutationTask.newMutationTasks(com.bigdata.relation.rule.IStep, IJoinNexus, java.util.Map) |
| Fields in com.bigdata.relation.rule.eval declared as IRuleTaskFactory | |
|---|---|
static IRuleTaskFactory |
DefaultRuleTaskFactory.PIPELINE
Pipeline join strategy. |
| Methods in com.bigdata.relation.rule.eval that return IRuleTaskFactory | |
|---|---|
IRuleTaskFactory |
IJoinNexusFactory.getDefaultRuleTaskFactory()
|
IRuleTaskFactory |
AbstractJoinNexusFactory.getDefaultRuleTaskFactory()
|
IRuleTaskFactory |
IJoinNexus.getRuleTaskFactory(boolean parallel,
IRule rule)
Deprecated. by annotations on individual BOps which specify which
join operator is to be used on a join by join basis. |
IRuleTaskFactory |
AbstractJoinNexus.getRuleTaskFactory(boolean parallel,
IRule rule)
|
| Constructors in com.bigdata.relation.rule.eval with parameters of type IRuleTaskFactory | |
|---|---|
AbstractJoinNexusFactory(ActionEnum action,
long writeTimestamp,
long readTimestamp,
Properties properties,
int solutionFlags,
IElementFilter<?> solutionFilter,
IEvaluationPlanFactory evaluationPlanFactory,
IRuleTaskFactory defaultRuleTaskFactory)
|
|
RunRuleAndFlushBufferTaskFactory(IRuleTaskFactory delegate)
Deprecated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||