|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.util.CacheObject
org.h2.store.Record
org.h2.index.BtreePage
org.h2.index.BtreeNode
public class BtreeNode
An inner page of a b-tree index. Page format:
N children.len children[0..len] data.len { data[0].pos [data[0]], ... }
| Field Summary |
|---|
| Fields inherited from class org.h2.index.BtreePage |
|---|
BLOCKS_PER_PAGE, index, pageData, root |
| Fields inherited from class org.h2.util.CacheObject |
|---|
blockCount, cacheQueue, chained, next, previous |
| Method Summary | |
|---|---|
void |
prepareWrite()
This method is called just before the page is written. |
void |
write(DataPage buff)
Write the record to the data page. |
| Methods inherited from class org.h2.index.BtreePage |
|---|
getByteCount, isEmpty, isPinned |
| Methods inherited from class org.h2.store.Record |
|---|
canRemove, commit, getSessionId, getStorageId, isDeleted, isLogWritten, setDeleted, setLastLog, setLogWritten, setSessionId, setStorageId |
| Methods inherited from class org.h2.util.CacheObject |
|---|
getBlockCount, getMemorySize, getPos, isChanged, setBlockCount, setChanged, setPos, sort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void prepareWrite()
throws java.sql.SQLException
Record
prepareWrite in class Recordjava.sql.SQLException
public void write(DataPage buff)
throws java.sql.SQLException
Record
write in class Recordbuff - the data page
java.sql.SQLException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||