|
||||||||
| 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.store.Page
org.h2.store.PageStreamTrunk
public class PageStreamTrunk
A trunk page of a stream. It contains the page numbers of the stream, and the page number of the next trunk. The format is:
| Field Summary |
|---|
| Fields inherited from class org.h2.store.Page |
|---|
changeCount, FLAG_LAST, TYPE_BTREE_LEAF, TYPE_BTREE_NODE, TYPE_DATA_LEAF, TYPE_DATA_NODE, TYPE_DATA_OVERFLOW, TYPE_EMPTY, TYPE_FREE_LIST, TYPE_STREAM_DATA, TYPE_STREAM_TRUNK |
| Fields inherited from class org.h2.util.CacheObject |
|---|
blockCount, cacheQueue, chained, next, previous |
| Method Summary | |
|---|---|
boolean |
canRemove()
Check if the object can be removed from the cache. |
int |
getByteCount(DataPage dummy)
Get the number of bytes required for the data if the given data page would be used. |
int |
getMemorySize()
Get the estimated memory size. |
int |
getNextTrunk()
|
void |
moveTo(Session session,
int newPos)
Copy the data to a new location, change the parent to point to the new location, and free up the current page. |
void |
write(DataPage buff)
Write the record to the data page. |
| Methods inherited from class org.h2.store.Record |
|---|
commit, getSessionId, getStorageId, isDeleted, isEmpty, isLogWritten, prepareWrite, setDeleted, setLastLog, setLogWritten, setSessionId, setStorageId |
| Methods inherited from class org.h2.util.CacheObject |
|---|
getBlockCount, getPos, isChanged, isPinned, 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 int getByteCount(DataPage dummy)
Record
getByteCount in class Recorddummy - the template data page
public void write(DataPage buff)
throws java.sql.SQLException
Record
write in class Recordbuff - the data page
java.sql.SQLExceptionpublic int getMemorySize()
getMemorySize in class CacheObject
public void moveTo(Session session,
int newPos)
Page
moveTo in class Pagesession - the sessionnewPos - the new positionpublic int getNextTrunk()
public boolean canRemove()
CacheObject
canRemove in class Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||