|
||||||||||
| 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
public class 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 page
public void unpin()
throws StorageException
StorageExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||