public class CachedPage extends IntrusiveList.Member
| Modifier and Type | Field and Description |
|---|---|
byte[] |
contents
the contents of the page
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public void setWritable()
throws StorageException
StorageException - I/O error logging the pagepublic void unpin()
throws StorageException
StorageExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.