Package org.drools.core.phreak
Class PropagationEntry.AbstractPartitionedPropagationEntry
java.lang.Object
org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
org.drools.core.phreak.PropagationEntry.AbstractPartitionedPropagationEntry
- All Implemented Interfaces:
PropagationEntry
- Direct Known Subclasses:
PropagationEntry.PartitionedDelete,PropagationEntry.PartitionedUpdate,WorkingMemoryReteExpireAction.PartitionAwareWorkingMemoryReteExpireAction
- Enclosing interface:
- PropagationEntry
public abstract static class PropagationEntry.AbstractPartitionedPropagationEntry
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 -
Field Summary
FieldsFields inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
next -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
defersExpiration, getNext, getSplitForPartition, isCalledFromRHS, isPartitionSplittable, requiresImmediateFlushing, setNextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.core.phreak.PropagationEntry
execute, internalExecute
-
Field Details
-
partition
protected final int partition
-
-
Constructor Details
-
AbstractPartitionedPropagationEntry
protected AbstractPartitionedPropagationEntry(int partition)
-
-
Method Details
-
isMainPartition
protected boolean isMainPartition()
-