Uses of Interface
org.drools.core.phreak.PropagationEntry
-
Packages that use PropagationEntry Package Description org.drools.core.common org.drools.core.impl org.drools.core.phreak org.drools.core.reteoo org.drools.core.rule -
-
Uses of PropagationEntry in org.drools.core.common
Subinterfaces of PropagationEntry in org.drools.core.common Modifier and Type Interface Description interfaceWorkingMemoryActionClasses in org.drools.core.common that implement PropagationEntry Modifier and Type Class Description classAgendaGroupQueueImpl.ClearActionstatic classAgendaGroupQueueImpl.DeactivateCallbackclassAgendaGroupQueueImpl.SetFocusActionMethods in org.drools.core.common that return types with arguments of type PropagationEntry Modifier and Type Method Description java.util.Iterator<PropagationEntry>InternalAgenda. getActionsIterator()java.util.Iterator<? extends PropagationEntry>InternalWorkingMemory. getActionsIterator()default java.util.function.Consumer<PropagationEntry>ReteEvaluator. getWorkingMemoryActionListener()Methods in org.drools.core.common with parameters of type PropagationEntry Modifier and Type Method Description voidActivationsManager. addPropagation(PropagationEntry propagationEntry)voidReteEvaluator. addPropagation(PropagationEntry propagationEntry)default voidReteEvaluator. onWorkingMemoryAction(PropagationEntry entry)Method parameters in org.drools.core.common with type arguments of type PropagationEntry Modifier and Type Method Description default voidReteEvaluator. setWorkingMemoryActionListener(java.util.function.Consumer<PropagationEntry> listener) -
Uses of PropagationEntry in org.drools.core.impl
Classes in org.drools.core.impl that implement PropagationEntry Modifier and Type Class Description classWorkingMemoryReteExpireActionstatic classWorkingMemoryReteExpireAction.PartitionAwareWorkingMemoryReteExpireActionMethods in org.drools.core.impl that return PropagationEntry Modifier and Type Method Description PropagationEntryWorkingMemoryReteExpireAction. getSplitForPartition(int partitionNr)Methods in org.drools.core.impl with parameters of type PropagationEntry Modifier and Type Method Description voidActivationsManagerImpl. addPropagation(PropagationEntry propagationEntry) -
Uses of PropagationEntry in org.drools.core.phreak
Classes in org.drools.core.phreak that implement PropagationEntry Modifier and Type Class Description static classPhreakTimerNode.TimerActionstatic classPropagationEntry.AbstractPartitionedPropagationEntrystatic classPropagationEntry.AbstractPropagationEntrystatic classPropagationEntry.Deletestatic classPropagationEntry.ExecuteQuerystatic classPropagationEntry.Insertstatic classPropagationEntry.PartitionedDeletestatic classPropagationEntry.PartitionedUpdatestatic classPropagationEntry.PropagationEntryWithResult<T>static classPropagationEntry.UpdateFields in org.drools.core.phreak declared as PropagationEntry Modifier and Type Field Description protected PropagationEntrySynchronizedPropagationList. headprotected PropagationEntryPropagationEntry.AbstractPropagationEntry. nextprotected PropagationEntrySynchronizedPropagationList. tailMethods in org.drools.core.phreak that return PropagationEntry Modifier and Type Method Description PropagationEntryPropagationEntry.AbstractPropagationEntry. getNext()PropagationEntryPropagationEntry. getNext()PropagationEntryPropagationEntry.AbstractPropagationEntry. getSplitForPartition(int partitionNr)PropagationEntryPropagationEntry.Delete. getSplitForPartition(int partitionNr)PropagationEntryPropagationEntry. getSplitForPartition(int partitionNr)PropagationEntryPropagationEntry.Update. getSplitForPartition(int partitionNr)PropagationEntrySynchronizedPropagationList.PropagationEntryIterator. next()PropagationEntryPropagationList. takeAll()PropagationEntrySynchronizedPropagationList. takeAll()PropagationEntryThreadUnsafePropagationList. takeAll()Methods in org.drools.core.phreak that return types with arguments of type PropagationEntry Modifier and Type Method Description java.util.Iterator<PropagationEntry>PropagationList. iterator()java.util.Iterator<PropagationEntry>SynchronizedPropagationList. iterator()java.util.Iterator<PropagationEntry>ThreadUnsafePropagationList. iterator()Methods in org.drools.core.phreak with parameters of type PropagationEntry Modifier and Type Method Description voidPropagationList. addEntry(PropagationEntry propagationEntry)voidSynchronizedBypassPropagationList. addEntry(PropagationEntry propagationEntry)voidSynchronizedPropagationList. addEntry(PropagationEntry entry)voidThreadUnsafePropagationList. addEntry(PropagationEntry propagationEntry)voidPropagationList. flush(PropagationEntry currentHead)voidSynchronizedPropagationList. flush(PropagationEntry currentHead)voidThreadUnsafePropagationList. flush(PropagationEntry currentHead)voidPropagationEntry.AbstractPropagationEntry. setNext(PropagationEntry next)voidPropagationEntry. setNext(PropagationEntry next)Constructors in org.drools.core.phreak with parameters of type PropagationEntry Constructor Description PropagationEntryIterator(PropagationEntry head) -
Uses of PropagationEntry in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement PropagationEntry Modifier and Type Class Description static classAsyncReceiveNode.AsyncReceiveActionstatic classCompositePartitionAwareObjectSinkAdapter.HashedInsertstatic classCompositePartitionAwareObjectSinkAdapter.Insert -
Uses of PropagationEntry in org.drools.core.rule
Classes in org.drools.core.rule that implement PropagationEntry Modifier and Type Class Description static classSlidingTimeWindow.BehaviorExpireWMAction
-