|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.mdr.persistence.btreeimpl.btreestorage.IntrusiveList.Member
org.netbeans.mdr.persistence.btreeimpl.btreestorage.CachedPage
This represents a page fetched from the cache.
Field Summary | |
byte[] |
contents
the contents of the page |
Method Summary | |
void |
setWritable()
Make this page writable. |
java.lang.String |
toString()
format debugging info |
void |
unpin()
client calls this when it is done with the page |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public byte[] contents
Method Detail |
public void setWritable() throws StorageException
StorageException
- I/O error logging the pagepublic void unpin() throws StorageException
StorageException
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |