@NotStorableClass public class PageNode extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
data
the page buffer
|
PageNode |
next
next free page node, null if this is the last node
|
long |
positionInFile
this page position in file
|
PageNode |
previous
previous page node, null if this is the first node
|
boolean |
toWrite |
Constructor and Description |
---|
PageNode(byte[] data) |
public final byte[] data
public long positionInFile
public boolean toWrite
public PageNode previous
public PageNode next
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.