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 |
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, setPreviousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrCreateSegmentMemorygetPrevious, nullPrevNext, setPreviouspublic Object workingMemoryContext
public ContextEntry[] resultsContext
protected AccumulateMemory(BetaMemory betaMemory)
public BetaMemory getBetaMemory()
public short getNodeType()
getNodeType in interface Memorypublic SegmentMemory getSegmentMemory()
getSegmentMemory in interface Memorypublic void setSegmentMemory(SegmentMemory segmentMemory)
setSegmentMemory in interface Memorypublic 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–2021 JBoss by Red Hat. All rights reserved.