|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dbxml.core.filer.Paged.PageHeader
org.dbxml.core.filer.BTree.BTreePageHeader
org.exist.storage.store.DOMFile.DOMFilePageHeader
Description of the Class
Field Summary | |
protected int |
dataLen
|
protected long |
nextDataPage
|
protected long |
prevDataPage
|
protected short |
records
|
protected short |
tid
|
Constructor Summary | |
DOMFile.DOMFilePageHeader()
Constructor for the DOMFilePageHeader object |
|
DOMFile.DOMFilePageHeader(byte[] data,
int offset)
Constructor for the DOMFilePageHeader object |
Method Summary | |
void |
decRecordCount()
Description of the Method |
int |
getDataLength()
Gets the dataLength attribute of the DOMFilePageHeader object |
long |
getNextDataPage()
Gets the nextDataPage attribute of the DOMFilePageHeader object |
short |
getNextTID()
|
long |
getPrevDataPage()
|
short |
getRecordCount()
Gets the recordCount attribute of the DOMFilePageHeader object |
void |
incRecordCount()
Description of the Method |
int |
read(byte[] data,
int offset)
Description of the Method |
void |
setDataLength(int len)
Sets the dataLength attribute of the DOMFilePageHeader object |
void |
setNextDataPage(long page)
Sets the nextDataPage attribute of the DOMFilePageHeader object |
void |
setNextTID(short tid)
|
void |
setPrevDataPage(long page)
|
void |
setRecordCount(short recs)
Sets the recordCount attribute of the DOMFilePageHeader object |
int |
write(byte[] data,
int offset)
Description of the Method |
Methods inherited from class org.dbxml.core.filer.BTree.BTreePageHeader |
getPointerCount, getValueCount, setValueCount |
Methods inherited from class org.dbxml.core.filer.Paged.PageHeader |
getDataLen, getNextPage, getRecordLen, getStatus, isDirty, setDataLen, setDirty, setNextPage, setRecordLen, setStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int dataLen
protected long nextDataPage
protected long prevDataPage
protected short tid
protected short records
Constructor Detail |
public DOMFile.DOMFilePageHeader()
public DOMFile.DOMFilePageHeader(byte[] data, int offset) throws java.io.IOException
java.io.IOException
- Description of the ExceptionMethod Detail |
public void decRecordCount()
public short getNextTID()
public void setNextTID(short tid)
public int getDataLength()
public long getNextDataPage()
public long getPrevDataPage()
public short getRecordCount()
public void incRecordCount()
public int read(byte[] data, int offset) throws java.io.IOException
java.io.IOException
- Description of the Exceptionpublic void setDataLength(int len)
len
- The new dataLength valuepublic void setNextDataPage(long page)
page
- The new nextDataPage valuepublic void setPrevDataPage(long page)
public void setRecordCount(short recs)
recs
- The new recordCount valuepublic int write(byte[] data, int offset) throws java.io.IOException
java.io.IOException
- Description of the Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |