public static class QueryElementNode.QueryElementNodeMemory extends AbstractBaseLinkedListNode<Memory> implements Memory
Constructor and Description |
---|
QueryElementNode.QueryElementNodeMemory(QueryElementNode node) |
Modifier and Type | Method and Description |
---|---|
QueryElementNode |
getNode() |
long |
getNodePosMaskBit() |
short |
getNodeType() |
SegmentMemory |
getQuerySegmentMemory() |
LeftTupleSets |
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, setPrevious
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPrevious, nullPrevNext, setPrevious
public QueryElementNode.QueryElementNodeMemory(QueryElementNode node)
public QueryElementNode getNode()
public short getNodeType()
getNodeType
in interface Memory
public void setSegmentMemory(SegmentMemory smem)
setSegmentMemory
in interface Memory
public SegmentMemory getSegmentMemory()
getSegmentMemory
in interface Memory
public SegmentMemory getQuerySegmentMemory()
public void setQuerySegmentMemory(SegmentMemory querySegmentMemory)
public LeftTupleSets getResultLeftTuples()
public long getNodePosMaskBit()
public void setNodePosMaskBit(long segmentPos)
public void setNodeDirtyWithoutNotify()
public void setNodeCleanWithoutNotify()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.