public abstract static class PropagationEntry.AbstractPropagationEntry extends Object implements PropagationEntry
PropagationEntry.AbstractPartitionedPropagationEntry, PropagationEntry.AbstractPropagationEntry, PropagationEntry.Delete, PropagationEntry.Insert, PropagationEntry.PartitionedDelete, PropagationEntry.PartitionedUpdate, PropagationEntry.PropagationEntryWithResult<T>, PropagationEntry.Update
Constructor and Description |
---|
AbstractPropagationEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
defersExpiration() |
void |
execute(InternalKnowledgeRuntime kruntime) |
PropagationEntry |
getNext() |
PropagationEntry |
getSplitForPartition(int partitionNr) |
boolean |
isCalledFromRHS() |
boolean |
isPartitionSplittable() |
boolean |
requiresImmediateFlushing() |
void |
setNext(PropagationEntry next) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public void setNext(PropagationEntry next)
setNext
in interface PropagationEntry
public PropagationEntry getNext()
getNext
in interface PropagationEntry
public boolean requiresImmediateFlushing()
requiresImmediateFlushing
in interface PropagationEntry
public boolean isCalledFromRHS()
isCalledFromRHS
in interface PropagationEntry
public void execute(InternalKnowledgeRuntime kruntime)
execute
in interface PropagationEntry
public boolean isPartitionSplittable()
isPartitionSplittable
in interface PropagationEntry
public boolean defersExpiration()
defersExpiration
in interface PropagationEntry
public PropagationEntry getSplitForPartition(int partitionNr)
getSplitForPartition
in interface PropagationEntry
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.