|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.storage.btree.Paged.Page
public final class Paged.Page
Page
| Field Summary | |
|---|---|
static long |
NO_PAGE
|
| Constructor Summary | |
|---|---|
Paged.Page()
Constructor for the Page object |
|
Paged.Page(long pageNum)
Constructor for the Page object |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
void |
decRefCount()
|
void |
dumpPage()
|
boolean |
equals(Object obj)
|
int |
getDataPos()
|
long |
getOffset()
Gets the offset attribute of the Page object |
Paged.PageHeader |
getPageHeader()
Gets the pageHeader attribute of the Page object |
String |
getPageInfo()
Gets the pageInfo attribute of the Page object |
long |
getPageNum()
|
int |
getRefCount()
|
void |
incRefCount()
|
byte[] |
read()
|
void |
remove()
|
void |
setPageNum(long pageNum)
|
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long NO_PAGE
| Constructor Detail |
|---|
public Paged.Page()
public Paged.Page(long pageNum)
throws IOException
pageNum - Description of the Parameter
IOException - Description of the Exception| Method Detail |
|---|
public void decRefCount()
public long getOffset()
public Paged.PageHeader getPageHeader()
public String getPageInfo()
public long getPageNum()
public int getRefCount()
public int getDataPos()
public void incRefCount()
public byte[] read()
throws IOException
IOExceptionpublic void setPageNum(long pageNum)
public void remove()
throws IOException
IOExceptionpublic boolean equals(Object obj)
equals in class Objectpublic int compareTo(Object o)
compareTo in interface Comparable
public void dumpPage()
throws IOException
IOException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||