|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.storage.btree.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(java.lang.Object o)
|
void |
decRefCount()
|
void |
dumpPage()
|
boolean |
equals(java.lang.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 |
java.lang.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 |
clone, finalize, 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 java.io.IOException
pageNum - Description of the Parameter
java.io.IOException - Description of the Exception| Method Detail |
public void decRefCount()
public long getOffset()
public Paged.PageHeader getPageHeader()
public java.lang.String getPageInfo()
public long getPageNum()
public int getRefCount()
public int getDataPos()
public void incRefCount()
public byte[] read()
throws java.io.IOException
java.io.IOExceptionpublic void setPageNum(long pageNum)
public void remove()
throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object obj)
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
public void dumpPage()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||