Generates a byte array representing the contents of this page. Used to serialize this page to disk. The invariant here is that it should be possible to pass the byte array generated by getPageData to the Page constructor and have it produce an identical Page object. @return A byte array corresp
()
| 47 | */ |
| 48 | |
| 49 | byte[] getPageData(); |
| 50 | |
| 51 | /** Provide a representation of this page before any modifications were made |
| 52 | to it. Used by recovery. |
no outgoing calls