Package org.drools.core.reteoo
Class AsyncSendNode.AsyncSendMemory
- java.lang.Object
-
- org.drools.core.util.AbstractBaseLinkedListNode<Memory>
-
- org.drools.core.reteoo.AsyncSendNode.AsyncSendMemory
-
- All Implemented Interfaces:
java.io.Serializable,Memory,SegmentNodeMemory,Entry<Memory>,LinkedListNode<Memory>
- Enclosing class:
- AsyncSendNode<T extends AsyncSendNode.AsyncSendMemory>
public static class AsyncSendNode.AsyncSendMemory extends AbstractBaseLinkedListNode<Memory> implements java.io.Serializable, SegmentNodeMemory
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.ObjectproviderContext
-
Constructor Summary
Constructors Constructor Description AsyncSendMemory(BetaMemory betaMemory, DataProvider dataProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BetaMemorygetBetaMemory()longgetNodePosMaskBit()shortgetNodeType()SegmentMemorygetSegmentMemory()voidreset()voidsetNodeCleanWithoutNotify()voidsetNodeDirtyWithoutNotify()voidsetNodePosMaskBit(long segmentPos)voidsetSegmentMemory(SegmentMemory segmentMemory)-
Methods inherited from class org.drools.core.util.AbstractBaseLinkedListNode
getNext, getPrevious, nullPrevNext, setNext, setPrevious
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.core.util.LinkedListNode
getPrevious, nullPrevNext, setPrevious
-
Methods inherited from interface org.drools.core.common.Memory
getOrCreateSegmentMemory
-
-
-
-
Constructor Detail
-
AsyncSendMemory
public AsyncSendMemory(BetaMemory betaMemory, DataProvider dataProvider)
-
-
Method Detail
-
getNodeType
public short getNodeType()
- Specified by:
getNodeTypein interfaceMemory
-
getSegmentMemory
public SegmentMemory getSegmentMemory()
- Specified by:
getSegmentMemoryin interfaceMemory
-
setSegmentMemory
public void setSegmentMemory(SegmentMemory segmentMemory)
- Specified by:
setSegmentMemoryin interfaceMemory
-
getBetaMemory
public BetaMemory getBetaMemory()
-
getNodePosMaskBit
public long getNodePosMaskBit()
- Specified by:
getNodePosMaskBitin interfaceSegmentNodeMemory
-
setNodePosMaskBit
public void setNodePosMaskBit(long segmentPos)
- Specified by:
setNodePosMaskBitin interfaceSegmentNodeMemory
-
setNodeDirtyWithoutNotify
public void setNodeDirtyWithoutNotify()
- Specified by:
setNodeDirtyWithoutNotifyin interfaceSegmentNodeMemory
-
setNodeCleanWithoutNotify
public void setNodeCleanWithoutNotify()
- Specified by:
setNodeCleanWithoutNotifyin interfaceSegmentNodeMemory
-
-