Class ProtobufWorkingMemoryReteExpireAction
- java.lang.Object
-
- org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
-
- org.drools.core.impl.StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction
-
- org.drools.serialization.protobuf.actions.ProtobufWorkingMemoryReteExpireAction
-
- All Implemented Interfaces:
org.drools.core.common.WorkingMemoryAction,org.drools.core.phreak.PropagationEntry,ProtobufWorkingMemoryAction
public class ProtobufWorkingMemoryReteExpireAction extends org.drools.core.impl.StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction implements ProtobufWorkingMemoryAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.phreak.PropagationEntry
org.drools.core.phreak.PropagationEntry.AbstractPartitionedPropagationEntry, org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry, org.drools.core.phreak.PropagationEntry.Delete, org.drools.core.phreak.PropagationEntry.Insert, org.drools.core.phreak.PropagationEntry.PartitionedDelete, org.drools.core.phreak.PropagationEntry.PartitionedUpdate, org.drools.core.phreak.PropagationEntry.PropagationEntryWithResult<T extends Object>, org.drools.core.phreak.PropagationEntry.Update
-
-
Constructor Summary
Constructors Constructor Description ProtobufWorkingMemoryReteExpireAction(org.drools.core.marshalling.impl.MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtobufMessages.ActionQueue.Actionserialize(org.drools.core.marshalling.impl.MarshallerWriteContext context)-
Methods inherited from class org.drools.core.impl.StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction
execute, getFactHandle, getNode, getSplitForPartition, isPartitionSplittable, setFactHandle, setNode, toString
-
Methods inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
defersExpiration, execute, getNext, isCalledFromRHS, requiresImmediateFlushing, setNext
-
-
-
-
Constructor Detail
-
ProtobufWorkingMemoryReteExpireAction
public ProtobufWorkingMemoryReteExpireAction(org.drools.core.marshalling.impl.MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
-
-
Method Detail
-
serialize
public ProtobufMessages.ActionQueue.Action serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context)
- Specified by:
serializein interfaceProtobufWorkingMemoryAction
-
-