|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xindice.core.filer.Paged.PageHeader
org.apache.xindice.core.filer.BTree.BTreePageHeader
BTreePageHeader
| Constructor Summary | |
BTree.BTreePageHeader()
|
|
BTree.BTreePageHeader(DataInput dis)
|
|
| Method Summary | |
short |
getPointerCount()
The number of pointers stored by this page |
short |
getValueCount()
The number of values stored by this page |
void |
read(DataInput dis)
read reads the object state from the stream. |
void |
setValueCount(short valueCount)
The number of values stored by this page |
void |
write(DataOutput dos)
write writes the object state to the stream. |
| Methods inherited from class org.apache.xindice.core.filer.Paged.PageHeader |
getDataLen, getKeyHash, getKeyLen, getNextPage, getRecordLen, getStatus, isDirty, setDataLen, setDirty, setKey, setKeyHash, setKeyLen, setNextPage, setRecordLen, setStatus |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BTree.BTreePageHeader()
public BTree.BTreePageHeader(DataInput dis)
throws IOException
| Method Detail |
public void read(DataInput dis)
throws IOException
Streamable
read in interface Streamableread in class Paged.PageHeaderIOException
public void write(DataOutput dos)
throws IOException
Streamable
write in interface Streamablewrite in class Paged.PageHeaderIOExceptionpublic final void setValueCount(short valueCount)
public final short getValueCount()
public final short getPointerCount()
|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||