public abstract static class AccumulateNode.AccumulateMemory extends AbstractBaseLinkedListNode<Memory> implements SegmentNodeMemory
Modifier and Type | Field and Description |
---|---|
ContextEntry[] |
resultsContext |
Object |
workingMemoryContext |
Modifier | Constructor and Description |
---|---|
protected |
AccumulateNode.AccumulateMemory(BetaMemory betaMemory) |
Modifier and Type | Method and Description |
---|---|
BetaMemory |
getBetaMemory() |
long |
getNodePosMaskBit() |
short |
getNodeType() |
SegmentMemory |
getSegmentMemory() |
abstract void |
reset() |
void |
setNodeCleanWithoutNotify() |
void |
setNodeDirtyWithoutNotify() |
void |
setNodePosMaskBit(long segmentPos) |
void |
setSegmentMemory(SegmentMemory segmentMemory) |
getNext, getPrevious, nullPrevNext, setNext, setPrevious
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPrevious, nullPrevNext, setPrevious
public Object workingMemoryContext
public ContextEntry[] resultsContext
protected AccumulateNode.AccumulateMemory(BetaMemory betaMemory)
public BetaMemory getBetaMemory()
public short getNodeType()
getNodeType
in interface Memory
public SegmentMemory getSegmentMemory()
getSegmentMemory
in interface Memory
public void setSegmentMemory(SegmentMemory segmentMemory)
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
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.