Uses of Interface
com.bigdata.relation.rule.eval.IJoinNexusFactory

Packages that use IJoinNexusFactory
com.bigdata.rdf.rules   
com.bigdata.rdf.store This package provides several realizations of an RDF database using the bigdata architecture, including one suitable for temporary data, one suitable for local processing (single host), and one designed for scale-out on commodity hardware. 
com.bigdata.relation.rule.eval This package supports rule evaluation. 
com.bigdata.relation.rule.eval.pipeline This package implements a pipeline join. 
 

Uses of IJoinNexusFactory in com.bigdata.rdf.rules
 

Classes in com.bigdata.rdf.rules that implement IJoinNexusFactory
 class RDFJoinNexusFactory
          Factory for RDFJoinNexus objects.
 

Uses of IJoinNexusFactory in com.bigdata.rdf.store
 

Methods in com.bigdata.rdf.store that return IJoinNexusFactory
 IJoinNexusFactory AbstractTripleStore.newJoinNexusFactory(RuleContextEnum ruleContext, ActionEnum action, int solutionFlags, IElementFilter filter)
           
 IJoinNexusFactory AbstractTripleStore.newJoinNexusFactory(RuleContextEnum ruleContext, ActionEnum action, int solutionFlags, IElementFilter filter, boolean justify, boolean backchain, IEvaluationPlanFactory planFactory)
           
 IJoinNexusFactory AbstractTripleStore.newJoinNexusFactory(RuleContextEnum ruleContext, ActionEnum action, int solutionFlags, IElementFilter filter, boolean justify, boolean backchain, IEvaluationPlanFactory planFactory, Properties overrides)
           
 

Uses of IJoinNexusFactory in com.bigdata.relation.rule.eval
 

Classes in com.bigdata.relation.rule.eval that implement IJoinNexusFactory
 class AbstractJoinNexusFactory
          Base implementation for IJoinNexusFactory.
 

Fields in com.bigdata.relation.rule.eval declared as IJoinNexusFactory
protected  IJoinNexusFactory AbstractStepTask.joinNexusFactory
           
 

Methods in com.bigdata.relation.rule.eval that return IJoinNexusFactory
 IJoinNexusFactory IJoinNexus.getJoinNexusFactory()
          The factory object is used to materialize appropriate IJoinNexus instances when the rule execution crosses an RMI boundary.
 IJoinNexusFactory AbstractJoinNexus.getJoinNexusFactory()
           
 

Constructors in com.bigdata.relation.rule.eval with parameters of type IJoinNexusFactory
AbstractJoinNexus(IJoinNexusFactory joinNexusFactory, IIndexManager indexManager)
           
AbstractStepTask(ActionEnum action, IJoinNexusFactory joinNexusFactory, IStep step, IIndexManager indexManager, DataService dataService)
          Base class handles submit either to the caller's ExecutorService or to the ConcurrencyManager IFF the task was submitted to a DataService.
MutationTask(ActionEnum action, IJoinNexusFactory joinNexusFactory, IStep step, IIndexManager indexManager, DataService dataService)
           
ProgramTask(ActionEnum action, IStep step, IJoinNexusFactory joinNexusFactory)
          Variant when the task will be submitted using IDataService.submit(Callable) (efficient since all indices will be local, but the indices must not be partitioned and must all exist on the target DataService).
ProgramTask(ActionEnum action, IStep step, IJoinNexusFactory joinNexusFactory, IIndexManager indexManager)
          Variant when the task will be executed directly by the caller.
QueryTask(IStep step, IJoinNexusFactory joinNexusFactory, IBlockingBuffer<ISolution[]> buffer, IIndexManager indexManager, DataService dataService)
           
 

Uses of IJoinNexusFactory in com.bigdata.relation.rule.eval.pipeline
 

Fields in com.bigdata.relation.rule.eval.pipeline declared as IJoinNexusFactory
protected  IJoinNexusFactory JoinMasterTask.joinNexusFactory
           
 

Constructors in com.bigdata.relation.rule.eval.pipeline with parameters of type IJoinNexusFactory
JoinTaskFactoryTask(String scaleOutIndexName, IRule rule, IJoinNexusFactory joinNexusFactory, int[] order, int orderIndex, int partitionId, IJoinMaster masterProxy, UUID masterUUID, IAsynchronousIterator<IBindingSet[]> sourceItrProxy, IKeyOrder[] keyOrders, IVariable[][] requiredVars)
           
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.