public interface Page
Reference<Page>.
A page is only released iff all its references are released, hence any release action
is associated with the reference. Usually the release action is performed immediately
by the thread that releases the last reference.| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
PageManager |
getPageManager() |
ByteBuffer |
newBuffer()
Return a byte buffer for the page with freshly
initialized positioning
i.e.
|
long getId()
PageManager getPageManager()
ByteBuffer newBuffer()
Copyright © 2020. All rights reserved.