|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
InternalRuleBase.createNewPartitionId()
Creates and allocates a new partition ID for this rulebase |
RuleBasePartitionId |
AbstractRuleBase.createNewPartitionId()
|
RuleBasePartitionId |
BaseNode.getPartitionId()
Returns the partition ID for which this node belongs to |
RuleBasePartitionId |
NetworkNode.getPartitionId()
Returns the partition ID to which this node belongs to |
Methods in org.drools.common that return types with arguments of type RuleBasePartitionId | |
---|---|
List<RuleBasePartitionId> |
InternalRuleBase.getPartitionIds()
Return the list of Partition IDs for this rulebase |
List<RuleBasePartitionId> |
AbstractRuleBase.getPartitionIds()
|
Methods in org.drools.common with parameters of type RuleBasePartitionId | |
---|---|
PartitionTaskManager |
AbstractWorkingMemory.getPartitionTaskManager(RuleBasePartitionId partitionId)
|
PartitionTaskManager |
InternalWorkingMemory.getPartitionTaskManager(RuleBasePartitionId partitionId)
Returns the PartitionTaskManager for the given partition ID in case the rulebase has partitions enabled |
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 |
DefaultNodeInfo.getPartitionId()
|
RuleBasePartitionId |
NodeInfo.getPartitionId()
Returns the partition ID this node belongs to |
Uses of RuleBasePartitionId in org.drools.reteoo |
---|
Fields in org.drools.reteoo declared as RuleBasePartitionId | |
---|---|
protected RuleBasePartitionId |
AbstractObjectSinkAdapter.partitionId
|
protected RuleBasePartitionId |
AbstractLeftTupleSinkAdapter.partitionId
|
Methods in org.drools.reteoo that return RuleBasePartitionId | |
---|---|
RuleBasePartitionId |
ObjectSinkPropagator.getPartitionId()
|
RuleBasePartitionId |
AbstractObjectSinkAdapter.getPartitionId()
Returns the partition to which this propagator belongs to |
RuleBasePartitionId |
AbstractLeftTupleSinkAdapter.getPartitionId()
Returns the partition to which this propagator belongs to |
RuleBasePartitionId |
EmptyObjectSinkAdapter.getPartitionId()
|
Methods in org.drools.reteoo with parameters of type RuleBasePartitionId | |
---|---|
PartitionTaskManager |
PartitionManager.getPartitionTaskManager(RuleBasePartitionId partitionId)
|
void |
PartitionManager.manage(RuleBasePartitionId partitionId)
Add partition to the list of managed partitions |
void |
AbstractObjectSinkAdapter.setPartitionId(RuleBasePartitionId partitionId)
Sets the partition to which this propagator belongs to |
void |
AbstractLeftTupleSinkAdapter.setPartitionId(RuleBasePartitionId partitionId)
Sets the partition to which this propagator belongs to |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |