Package org.drools.core.phreak
Class PropagationEntry.Delete
java.lang.Object
org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
org.drools.core.phreak.PropagationEntry.Delete
- All Implemented Interfaces:
PropagationEntry
- Enclosing interface:
- PropagationEntry
-
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 -
Field Summary
Fields inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
next -
Constructor Summary
ConstructorsConstructorDescriptionDelete(EntryPointNode epn, InternalFactHandle handle, PropagationContext context, ObjectTypeConf objectTypeConf) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecute(ReteEvaluator reteEvaluator, EntryPointNode epn, InternalFactHandle handle, PropagationContext context, ObjectTypeConf objectTypeConf) getSplitForPartition(int partitionNr) voidinternalExecute(ReteEvaluator reteEvaluator) booleantoString()Methods inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
defersExpiration, getNext, isCalledFromRHS, requiresImmediateFlushing, setNextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.drools.core.phreak.PropagationEntry
execute
-
Constructor Details
-
Delete
public Delete(EntryPointNode epn, InternalFactHandle handle, PropagationContext context, ObjectTypeConf objectTypeConf)
-
-
Method Details
-
internalExecute
-
execute
public static void execute(ReteEvaluator reteEvaluator, EntryPointNode epn, InternalFactHandle handle, PropagationContext context, ObjectTypeConf objectTypeConf) -
isPartitionSplittable
public boolean isPartitionSplittable()- Specified by:
isPartitionSplittablein interfacePropagationEntry- Overrides:
isPartitionSplittablein classPropagationEntry.AbstractPropagationEntry
-
getSplitForPartition
- Specified by:
getSplitForPartitionin interfacePropagationEntry- Overrides:
getSplitForPartitionin classPropagationEntry.AbstractPropagationEntry
-
toString
-