public static class QueryElementNode.QueryElementNodeMemory extends AbstractBaseLinkedListNode<Memory> implements SegmentNodeMemory
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryElementNode.QueryElementNodeMemory.QueryTupleSets |
| Constructor and Description |
|---|
QueryElementNodeMemory(QueryElementNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
correctMemoryOnSinksChanged(TerminalNode removingTN) |
QueryElementNode |
getNode() |
long |
getNodePosMaskBit() |
short |
getNodeType() |
SegmentMemory |
getQuerySegmentMemory() |
TupleSets<LeftTuple> |
getResultLeftTuples() |
SegmentMemory |
getSegmentMemory() |
void |
reset() |
void |
setNodeCleanWithoutNotify() |
void |
setNodeDirtyWithoutNotify() |
void |
setNodePosMaskBit(long segmentPos) |
void |
setQuerySegmentMemory(SegmentMemory querySegmentMemory) |
void |
setSegmentMemory(SegmentMemory smem) |
getNext, getPrevious, nullPrevNext, setNext, setPreviousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrCreateSegmentMemorygetPrevious, nullPrevNext, setPreviouspublic QueryElementNodeMemory(QueryElementNode node)
public QueryElementNode getNode()
public short getNodeType()
getNodeType in interface Memorypublic void setSegmentMemory(SegmentMemory smem)
setSegmentMemory in interface Memorypublic SegmentMemory getSegmentMemory()
getSegmentMemory in interface Memorypublic SegmentMemory getQuerySegmentMemory()
public void setQuerySegmentMemory(SegmentMemory querySegmentMemory)
public void correctMemoryOnSinksChanged(TerminalNode removingTN)
public long getNodePosMaskBit()
getNodePosMaskBit in interface SegmentNodeMemorypublic void setNodePosMaskBit(long segmentPos)
setNodePosMaskBit in interface SegmentNodeMemorypublic void setNodeDirtyWithoutNotify()
setNodeDirtyWithoutNotify in interface SegmentNodeMemorypublic void setNodeCleanWithoutNotify()
setNodeCleanWithoutNotify in interface SegmentNodeMemoryCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.