public static class FromNode.FromMemory extends AbstractBaseLinkedListNode<Memory> implements Serializable, SegmentNodeMemory
| Modifier and Type | Field and Description |
|---|---|
Object |
providerContext |
| Constructor and Description |
|---|
FromMemory(BetaMemory betaMemory,
DataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
BetaMemory |
getBetaMemory() |
long |
getNodePosMaskBit() |
short |
getNodeType() |
SegmentMemory |
getSegmentMemory() |
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 providerContext
public FromMemory(BetaMemory betaMemory, DataProvider dataProvider)
public short getNodeType()
getNodeType in interface Memorypublic SegmentMemory getSegmentMemory()
getSegmentMemory in interface Memorypublic void setSegmentMemory(SegmentMemory segmentMemory)
setSegmentMemory in interface Memorypublic BetaMemory getBetaMemory()
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–2020 JBoss by Red Hat. All rights reserved.