Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.reteoo | |
org.drools.core.reteoo.builder | |
org.drools.core.reteoo.compiled | |
org.drools.core.util.debug |
Modifier and Type | Field and Description |
---|---|
static RuleBasePartitionId |
RuleBasePartitionId.MAIN_PARTITION |
protected RuleBasePartitionId |
BaseNode.partitionId |
Modifier and Type | Method and Description |
---|---|
RuleBasePartitionId |
InternalRuleBase.createNewPartitionId()
Creates and allocates a new partition ID for this rulebase
|
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
|
Modifier and Type | Method and Description |
---|---|
List<RuleBasePartitionId> |
InternalRuleBase.getPartitionIds()
Return the list of Partition IDs for this rulebase
|
Modifier and Type | Method and Description |
---|---|
void |
BaseNode.setPartitionId(RuleBasePartitionId partitionId)
Sets the partition this node belongs to
|
Constructor and Description |
---|
BaseNode(int id,
RuleBasePartitionId partitionId,
boolean partitionsEnabled)
All nodes have a unique id, set in the constructor.
|
Modifier and Type | Field and Description |
---|---|
protected RuleBasePartitionId |
AbstractLeftTupleSinkAdapter.partitionId |
protected RuleBasePartitionId |
AbstractObjectSinkAdapter.partitionId |
Modifier and Type | Method and Description |
---|---|
RuleBasePartitionId |
ReteooRuleBase.createNewPartitionId() |
RuleBasePartitionId |
LeftInputAdapterNode.RightTupleSinkAdapter.getPartitionId() |
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
|
Modifier and Type | Method and Description |
---|---|
List<RuleBasePartitionId> |
ReteooRuleBase.getPartitionIds() |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
RuleBasePartitionId |
BuildContext.getPartitionId() |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
PhreakNodeFactory.buildEntryPointNode(int id,
RuleBasePartitionId partitionId,
boolean partitionsEnabled,
ObjectSource objectSource,
EntryPointId entryPoint) |
EntryPointNode |
NodeFactory.buildEntryPointNode(int id,
RuleBasePartitionId partitionId,
boolean partitionsEnabled,
ObjectSource objectSource,
EntryPointId entryPoint) |
void |
BuildContext.setPartitionId(RuleBasePartitionId partitionId) |
Modifier and Type | Method and Description |
---|---|
RuleBasePartitionId |
CompiledNetwork.getPartitionId()
Returns the partition ID to which this node belongs to
|
Modifier and Type | Method and Description |
---|---|
RuleBasePartitionId |
DefaultNodeInfo.getPartitionId() |
RuleBasePartitionId |
NodeInfo.getPartitionId()
Returns the partition ID this node belongs to
|
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.