|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dbxml.db.common.btree.Paged.PageHeader
PageHeader
Constructor Summary | |
Paged.PageHeader()
|
|
Paged.PageHeader(java.nio.ByteBuffer buf)
|
Method Summary | |
int |
getDataLen()
The length of the Data |
int |
getDecodedLen()
The length of the Data |
long |
getNextPage()
The next page for this Record (if overflowed) |
int |
getRecordLen()
The length of the Record's value |
byte |
getStatus()
The status of this page (UNUSED, RECORD, DELETED, etc...) |
boolean |
isDirty()
|
void |
read(java.nio.ByteBuffer buf)
|
void |
setDataLen(int dataLen)
The length of the Data |
void |
setDecodedLen(int decodedLen)
The length of the Data |
void |
setDirty()
|
void |
setNextPage(long nextPage)
The next page for this Record (if overflowed) |
void |
setRecordLen(int recordLen)
The length of the Record's value |
void |
setStatus(byte status)
The status of this page (UNUSED, RECORD, DELETED, etc...) |
void |
write(java.nio.ByteBuffer buf)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Paged.PageHeader()
public Paged.PageHeader(java.nio.ByteBuffer buf) throws java.io.IOException
Method Detail |
public void read(java.nio.ByteBuffer buf) throws java.io.IOException
java.io.IOException
public void write(java.nio.ByteBuffer buf) throws java.io.IOException
java.io.IOException
public final boolean isDirty()
public final void setDirty()
public final void setStatus(byte status)
public final byte getStatus()
public final void setDecodedLen(int decodedLen)
public final int getDecodedLen()
public final void setDataLen(int dataLen)
public final int getDataLen()
public void setRecordLen(int recordLen)
public final int getRecordLen()
public final void setNextPage(long nextPage)
public final long getNextPage()
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |