Package org.drools.core.phreak
Class PropagationEntry.AbstractPropagationEntry
java.lang.Object
org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
- All Implemented Interfaces:
PropagationEntry
- Direct Known Subclasses:
AgendaGroupQueueImpl.ClearAction,AgendaGroupQueueImpl.DeactivateCallback,AgendaGroupQueueImpl.SetFocusAction,AsyncReceiveNode.AsyncReceiveAction,CompositePartitionAwareObjectSinkAdapter.HashedInsert,CompositePartitionAwareObjectSinkAdapter.Insert,PhreakTimerNode.TimerAction,PropagationEntry.AbstractPartitionedPropagationEntry,PropagationEntry.Delete,PropagationEntry.Insert,PropagationEntry.PropagationEntryWithResult,PropagationEntry.Update,SlidingTimeWindow.BehaviorExpireWMAction,WorkingMemoryReteExpireAction
- Enclosing interface:
- PropagationEntry
public abstract static class PropagationEntry.AbstractPropagationEntry
extends Object
implements 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetNext()getSplitForPartition(int partitionNr) booleanbooleanbooleanvoidsetNext(PropagationEntry next) Methods 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
-
next
-
-
Constructor Details
-
AbstractPropagationEntry
public AbstractPropagationEntry()
-
-
Method Details
-
setNext
- Specified by:
setNextin interfacePropagationEntry
-
getNext
- Specified by:
getNextin interfacePropagationEntry
-
requiresImmediateFlushing
public boolean requiresImmediateFlushing()- Specified by:
requiresImmediateFlushingin interfacePropagationEntry
-
isCalledFromRHS
public boolean isCalledFromRHS()- Specified by:
isCalledFromRHSin interfacePropagationEntry
-
isPartitionSplittable
public boolean isPartitionSplittable()- Specified by:
isPartitionSplittablein interfacePropagationEntry
-
defersExpiration
public boolean defersExpiration()- Specified by:
defersExpirationin interfacePropagationEntry
-
getSplitForPartition
- Specified by:
getSplitForPartitionin interfacePropagationEntry
-