Package org.drools.core.reteoo
Class CompositePartitionAwareObjectSinkAdapter.Insert
java.lang.Object
org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
org.drools.core.reteoo.CompositePartitionAwareObjectSinkAdapter.Insert
- All Implemented Interfaces:
PropagationEntry
- Enclosing class:
- CompositePartitionAwareObjectSinkAdapter
public static class CompositePartitionAwareObjectSinkAdapter.Insert
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
Fields inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
next -
Constructor Summary
ConstructorsConstructorDescriptionInsert(ObjectSinkPropagator propagator, InternalFactHandle factHandle, PropagationContext context) -
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, wait, wait, waitMethods inherited from interface org.drools.core.phreak.PropagationEntry
execute
-
Constructor Details
-
Insert
public Insert(ObjectSinkPropagator propagator, InternalFactHandle factHandle, PropagationContext context)
-
-
Method Details