public static class TimerNode.TimerNodeMemory extends AbstractBaseLinkedListNode<Memory> implements Memory
| Constructor and Description |
|---|
TimerNode.TimerNodeMemory() |
| Modifier and Type | Method and Description |
|---|---|
TupleList |
getDeleteLeftTuples() |
TupleList |
getInsertOrUpdateLeftTuples() |
long |
getNodePosMaskBit() |
short |
getNodeType() |
SegmentMemory |
getSegmentMemory() |
void |
reset() |
void |
setNodeCleanWithoutNotify() |
void |
setNodeDirtyWithoutNotify() |
void |
setNodePosMaskBit(long segmentPos) |
void |
setSegmentMemory(SegmentMemory smem) |
getNext, getPrevious, nullPrevNext, setNext, setPreviousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrevious, nullPrevNext, setPreviouspublic TupleList getInsertOrUpdateLeftTuples()
public TupleList getDeleteLeftTuples()
public short getNodeType()
getNodeType in interface Memorypublic SegmentMemory getSegmentMemory()
getSegmentMemory in interface Memorypublic void setSegmentMemory(SegmentMemory smem)
setSegmentMemory in interface Memorypublic long getNodePosMaskBit()
public void setNodePosMaskBit(long segmentPos)
public void setNodeDirtyWithoutNotify()
public void setNodeCleanWithoutNotify()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.