Uses of Class
org.drools.core.common.RuleBasePartitionId
-
Packages that use RuleBasePartitionId Package Description org.drools.core.common org.drools.core.impl org.drools.core.reteoo org.drools.core.reteoo.builder -
-
Uses of RuleBasePartitionId in org.drools.core.common
Fields in org.drools.core.common declared as RuleBasePartitionId Modifier and Type Field Description static RuleBasePartitionIdRuleBasePartitionId. MAIN_PARTITIONprotected RuleBasePartitionIdBaseNode. partitionIdMethods in org.drools.core.common that return RuleBasePartitionId Modifier and Type Method Description static RuleBasePartitionIdRuleBasePartitionId. createPartition()RuleBasePartitionIdAgendaItemImpl. getPartition()RuleBasePartitionIdBaseNode. getPartitionId()Returns the partition ID for which this node belongs toRuleBasePartitionIdNetworkNode. getPartitionId()Returns the partition ID to which this node belongs toMethods in org.drools.core.common with parameters of type RuleBasePartitionId Modifier and Type Method Description default LeftTupleInternalFactHandle.LinkedTuples. getFirstLeftTuple(RuleBasePartitionId partitionId)default RightTupleInternalFactHandle.LinkedTuples. getFirstRightTuple(RuleBasePartitionId partitionId)default voidInternalFactHandle.LinkedTuples. setFirstLeftTuple(LeftTuple firstLeftTuple, RuleBasePartitionId partitionId)voidBaseNode. setPartitionId(BuildContext context, RuleBasePartitionId partitionId)Sets the partition this node belongs toConstructors in org.drools.core.common with parameters of type RuleBasePartitionId Constructor Description BaseNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled)All nodes have a unique id, set in the constructor. -
Uses of RuleBasePartitionId in org.drools.core.impl
Methods in org.drools.core.impl that return RuleBasePartitionId Modifier and Type Method Description RuleBasePartitionIdKnowledgeBaseImpl. createNewPartitionId()RuleBasePartitionIdRuleBase. createNewPartitionId() -
Uses of RuleBasePartitionId in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as RuleBasePartitionId Modifier and Type Field Description protected RuleBasePartitionIdAbstractLeftTupleSinkAdapter. partitionIdMethods in org.drools.core.reteoo that return RuleBasePartitionId Modifier and Type Method Description RuleBasePartitionIdAbstractLeftTupleSinkAdapter. getPartitionId()Returns the partition to which this propagator belongs toRuleBasePartitionIdLeftInputAdapterNode.RightTupleSinkAdapter. getPartitionId()RuleBasePartitionIdObjectTypeNode. getPartitionId()Returns the partition ID for which this node belongs toRuleBasePartitionIdObjectSource. setSourcePartitionId(RuleBasePartitionId partitionId)Methods in org.drools.core.reteoo with parameters of type RuleBasePartitionId Modifier and Type Method Description voidCompositePartitionAwareObjectSinkAdapter. changeSinkPartition(ObjectSink sink, RuleBasePartitionId oldPartition, RuleBasePartitionId newPartition, int alphaNodeHashingThreshold, int alphaNodeRangeIndexThreshold)default voidObjectSinkPropagator. changeSinkPartition(ObjectSink sink, RuleBasePartitionId oldPartition, RuleBasePartitionId newPartition, int alphaNodeHashingThreshold, int alphaNodeRangeIndexThreshold)LeftTupleModifyPreviousTuples. peekLeftTuple(RuleBasePartitionId partitionId)RightTupleModifyPreviousTuples. peekRightTuple(RuleBasePartitionId partitionId)voidModifyPreviousTuples. removeLeftTuple(RuleBasePartitionId partitionId)voidModifyPreviousTuples. removeRightTuple(RuleBasePartitionId partitionId)voidAbstractLeftTupleSinkAdapter. setPartitionId(RuleBasePartitionId partitionId)Sets the partition to which this propagator belongs tovoidAlphaNode. setPartitionId(BuildContext context, RuleBasePartitionId partitionId)voidBetaNode. setPartitionId(BuildContext context, RuleBasePartitionId partitionId)voidLeftInputAdapterNode. setPartitionId(BuildContext context, RuleBasePartitionId partitionId)voidObjectSource. setPartitionId(BuildContext context, RuleBasePartitionId partitionId)voidAbstractTerminalNode. setPartitionIdWithSinks(RuleBasePartitionId partitionId)voidLeftTupleSink. setPartitionIdWithSinks(RuleBasePartitionId partitionId)voidLeftTupleSource. setPartitionIdWithSinks(RuleBasePartitionId partitionId)voidObjectSinkNode. setPartitionIdWithSinks(RuleBasePartitionId partitionId)voidObjectSource. setPartitionIdWithSinks(RuleBasePartitionId partitionId)voidLeftInputAdapterNode. setSourcePartitionId(BuildContext context, RuleBasePartitionId partitionId)protected voidLeftTupleSource. setSourcePartitionId(BaseNode source, BuildContext context, RuleBasePartitionId partitionId)voidLeftTupleSource. setSourcePartitionId(BuildContext context, RuleBasePartitionId partitionId)RuleBasePartitionIdObjectSource. setSourcePartitionId(RuleBasePartitionId partitionId)Constructors in org.drools.core.reteoo with parameters of type RuleBasePartitionId Constructor Description AbstractLeftTupleSinkAdapter(RuleBasePartitionId partitionId)AbstractTerminalNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, LeftTupleSource source, BuildContext context)CompositeLeftTupleSinkAdapter(RuleBasePartitionId partitionId)ConditionalBranchEvaluator(EvalCondition condition, RuleBasePartitionId partitionId, LeftTupleSink tupleSink, boolean breaking, ConditionalBranchEvaluator elseBranchEvaluator)EntryPointNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, ObjectSource objectSource, EntryPointId entryPoint)ObjectSource(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled)Single parameter constructor that specifies the unique id of the node.SingleLeftTupleSinkAdapter(RuleBasePartitionId partitionId, LeftTupleSink sink) -
Uses of RuleBasePartitionId in org.drools.core.reteoo.builder
Methods in org.drools.core.reteoo.builder that return RuleBasePartitionId Modifier and Type Method Description RuleBasePartitionIdBuildContext. getPartitionId()Methods in org.drools.core.reteoo.builder with parameters of type RuleBasePartitionId Modifier and Type Method Description EntryPointNodeNodeFactory. buildEntryPointNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, ObjectSource objectSource, EntryPointId entryPoint)EntryPointNodePhreakNodeFactory. buildEntryPointNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, ObjectSource objectSource, EntryPointId entryPoint)voidBuildContext. setPartitionId(RuleBasePartitionId partitionId)
-