Uses of Class
org.drools.common.RuleBasePartitionId

Packages that use RuleBasePartitionId
org.drools.common   
org.drools.core.util.debug   
org.drools.reteoo   
org.drools.reteoo.builder   
org.drools.reteoo.compiled   
 

Uses of RuleBasePartitionId in org.drools.common
 

Fields in org.drools.common declared as RuleBasePartitionId
static RuleBasePartitionId RuleBasePartitionId.MAIN_PARTITION
           
protected  RuleBasePartitionId BaseNode.partitionId
           
 

Methods in org.drools.common that return RuleBasePartitionId
 RuleBasePartitionId AbstractRuleBase.createNewPartitionId()
           
 RuleBasePartitionId InternalRuleBase.createNewPartitionId()
          Creates and allocates a new partition ID for this rulebase
 RuleBasePartitionId NetworkNode.getPartitionId()
          Returns the partition ID to which this node belongs to
 RuleBasePartitionId BaseNode.getPartitionId()
          Returns the partition ID for which this node belongs to
 

Methods in org.drools.common that return types with arguments of type RuleBasePartitionId
 List<RuleBasePartitionId> AbstractRuleBase.getPartitionIds()
           
 List<RuleBasePartitionId> InternalRuleBase.getPartitionIds()
          Return the list of Partition IDs for this rulebase
 

Methods in org.drools.common with parameters of type RuleBasePartitionId
 PartitionTaskManager InternalWorkingMemory.getPartitionTaskManager(RuleBasePartitionId partitionId)
          Returns the PartitionTaskManager for the given partition ID in case the rulebase has partitions enabled
 PartitionTaskManager AbstractWorkingMemory.getPartitionTaskManager(RuleBasePartitionId partitionId)
           
 void BaseNode.setPartitionId(RuleBasePartitionId partitionId)
          Sets the partition this node belongs to
 

Constructors in org.drools.common with parameters of type RuleBasePartitionId
BaseNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled)
          All nodes have a unique id, set in the constructor.
 

Uses of RuleBasePartitionId in org.drools.core.util.debug
 

Methods in org.drools.core.util.debug that return RuleBasePartitionId
 RuleBasePartitionId NodeInfo.getPartitionId()
          Returns the partition ID this node belongs to
 RuleBasePartitionId DefaultNodeInfo.getPartitionId()
           
 

Uses of RuleBasePartitionId in org.drools.reteoo
 

Fields in org.drools.reteoo declared as RuleBasePartitionId
protected  RuleBasePartitionId AbstractLeftTupleSinkAdapter.partitionId
           
protected  RuleBasePartitionId AbstractObjectSinkAdapter.partitionId
           
 

Methods in org.drools.reteoo that return RuleBasePartitionId
 RuleBasePartitionId AbstractLeftTupleSinkAdapter.getPartitionId()
          Returns the partition to which this propagator belongs to
 RuleBasePartitionId EmptyObjectSinkAdapter.getPartitionId()
           
 RuleBasePartitionId ObjectSinkPropagator.getPartitionId()
           
 RuleBasePartitionId AbstractObjectSinkAdapter.getPartitionId()
          Returns the partition to which this propagator belongs to
 

Methods in org.drools.reteoo with parameters of type RuleBasePartitionId
 PartitionTaskManager PartitionManager.getPartitionTaskManager(RuleBasePartitionId partitionId)
           
 PartitionTaskManager DisposedReteooWorkingMemory.getPartitionTaskManager(RuleBasePartitionId partitionId)
           
 void PartitionManager.manage(RuleBasePartitionId partitionId)
          Add partition to the list of managed partitions
 void AbstractLeftTupleSinkAdapter.setPartitionId(RuleBasePartitionId partitionId)
          Sets the partition to which this propagator belongs to
 void AbstractObjectSinkAdapter.setPartitionId(RuleBasePartitionId partitionId)
          Sets the partition to which this propagator belongs to
 

Constructors in org.drools.reteoo with parameters of type RuleBasePartitionId
AbstractLeftTupleSinkAdapter(RuleBasePartitionId partitionId)
           
AbstractObjectSinkAdapter(RuleBasePartitionId partitionId)
           
AsyncCompositeLeftTupleSinkAdapter(RuleBasePartitionId partitionId)
           
AsyncCompositeObjectSinkAdapter(RuleBasePartitionId partitionId, int alphaNodeHashingThreshold)
           
AsyncSingleLeftTupleSinkAdapter(RuleBasePartitionId partitionId, LeftTupleSink tupleSink)
           
AsyncSingleObjectSinkAdapter(RuleBasePartitionId partitionId, ObjectSink objectSink)
           
CompositeLeftTupleSinkAdapter(RuleBasePartitionId partitionId)
           
CompositeObjectSinkAdapter(RuleBasePartitionId partitionId, int alphaNodeHashingThreshold)
           
EmptyObjectSinkAdapter(RuleBasePartitionId partitionId)
           
EntryPointNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, ObjectSource objectSource, EntryPoint entryPoint)
           
SingleLeftTupleSinkAdapter(RuleBasePartitionId partitionId, LeftTupleSink sink)
           
SingleObjectSinkAdapter(RuleBasePartitionId partitionId, ObjectSink sink)
           
 

Uses of RuleBasePartitionId in org.drools.reteoo.builder
 

Methods in org.drools.reteoo.builder that return RuleBasePartitionId
 RuleBasePartitionId BuildContext.getPartitionId()
           
 

Methods in org.drools.reteoo.builder with parameters of type RuleBasePartitionId
 void BuildContext.setPartitionId(RuleBasePartitionId partitionId)
           
 

Uses of RuleBasePartitionId in org.drools.reteoo.compiled
 

Methods in org.drools.reteoo.compiled that return RuleBasePartitionId
 RuleBasePartitionId CompiledNetwork.getPartitionId()
          Returns the partition ID to which this node belongs to
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.