Package org.drools.core.phreak
Class PropagationEntry.Update
- java.lang.Object
-
- org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
-
- org.drools.core.phreak.PropagationEntry.Update
-
- All Implemented Interfaces:
PropagationEntry
- Enclosing interface:
- PropagationEntry
public static class PropagationEntry.Update extends PropagationEntry.AbstractPropagationEntry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.phreak.PropagationEntry
PropagationEntry.AbstractPartitionedPropagationEntry, PropagationEntry.AbstractPropagationEntry, PropagationEntry.Delete, PropagationEntry.ExecuteQuery, PropagationEntry.Insert, PropagationEntry.PartitionedDelete, PropagationEntry.PartitionedUpdate, PropagationEntry.PropagationEntryWithResult<T>, PropagationEntry.Update
-
-
Constructor Summary
Constructors Constructor Description Update(InternalFactHandle handle, PropagationContext context, ObjectTypeConf objectTypeConf)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidexecute(InternalFactHandle handle, PropagationContext pctx, ObjectTypeConf objectTypeConf, ReteEvaluator reteEvaluator)voidexecute(ReteEvaluator reteEvaluator)PropagationEntrygetSplitForPartition(int partitionNr)booleanisPartitionSplittable()StringtoString()-
Methods inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
defersExpiration, getNext, isCalledFromRHS, requiresImmediateFlushing, setNext
-
-
-
-
Constructor Detail
-
Update
public Update(InternalFactHandle handle, PropagationContext context, ObjectTypeConf objectTypeConf)
-
-
Method Detail
-
execute
public void execute(ReteEvaluator reteEvaluator)
-
execute
public static void execute(InternalFactHandle handle, PropagationContext pctx, ObjectTypeConf objectTypeConf, ReteEvaluator reteEvaluator)
-
isPartitionSplittable
public boolean isPartitionSplittable()
- Specified by:
isPartitionSplittablein interfacePropagationEntry- Overrides:
isPartitionSplittablein classPropagationEntry.AbstractPropagationEntry
-
getSplitForPartition
public PropagationEntry getSplitForPartition(int partitionNr)
- Specified by:
getSplitForPartitionin interfacePropagationEntry- Overrides:
getSplitForPartitionin classPropagationEntry.AbstractPropagationEntry
-
-