public static class AsyncReceiveNode.AsyncReceiveMemory extends AbstractBaseLinkedListNode<Memory> implements SegmentNodeMemory
Constructor and Description |
---|
AsyncReceiveMemory(AsyncReceiveNode node,
InternalWorkingMemory wm) |
Modifier and Type | Method and Description |
---|---|
void |
addInsertOrUpdateLeftTuple(LeftTuple leftTuple) |
void |
addMessage(Object message) |
void |
dispose() |
TupleList |
getInsertOrUpdateLeftTuples() |
List<Object> |
getMessages() |
long |
getNodePosMaskBit() |
short |
getNodeType() |
SegmentMemory |
getSegmentMemory() |
void |
reset() |
void |
setNodeCleanWithoutNotify() |
void |
setNodeDirtyWithoutNotify() |
void |
setNodePosMaskBit(long segmentPos) |
void |
setSegmentMemory(SegmentMemory smem) |
getNext, getPrevious, nullPrevNext, setNext, setPrevious
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOrCreateSegmentMemory
getPrevious, nullPrevNext, setPrevious
public AsyncReceiveMemory(AsyncReceiveNode node, InternalWorkingMemory wm)
public void addMessage(Object message)
public TupleList getInsertOrUpdateLeftTuples()
public void addInsertOrUpdateLeftTuple(LeftTuple leftTuple)
public short getNodeType()
getNodeType
in interface Memory
public SegmentMemory getSegmentMemory()
getSegmentMemory
in interface Memory
public void setSegmentMemory(SegmentMemory smem)
setSegmentMemory
in interface Memory
public long getNodePosMaskBit()
getNodePosMaskBit
in interface SegmentNodeMemory
public void setNodePosMaskBit(long segmentPos)
setNodePosMaskBit
in interface SegmentNodeMemory
public void setNodeDirtyWithoutNotify()
setNodeDirtyWithoutNotify
in interface SegmentNodeMemory
public void setNodeCleanWithoutNotify()
setNodeCleanWithoutNotify
in interface SegmentNodeMemory
public void dispose()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.