final class TranslationPage extends PageHeader
| Modifier and Type | Field and Description |
|---|---|
(package private) static short |
ELEMS_PER_PAGE
Number of PhysicalRowId in this page
|
(package private) static short |
O_TRANS
Offset of the PageHeader
|
(package private) PhysicalRowId[] |
slots
The table of PhysicalRowId
|
blockIo, SIZE| Constructor and Description |
|---|
TranslationPage(BlockIo blockIo)
Constructs a data page view from the indicated block.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) PhysicalRowId |
get(short offset)
Returns the value of the indicated rowid on the page
|
(package private) static TranslationPage |
getTranslationPageView(BlockIo blockIo)
Factory method to create or return a data page for the indicated block.
|
java.lang.String |
toString() |
getMagic, getNext, getPrev, getView, paranoiaMagicOk, setNext, setPrev, setTypestatic final short O_TRANS
static final short ELEMS_PER_PAGE
final PhysicalRowId[] slots
TranslationPage(BlockIo blockIo)
static TranslationPage getTranslationPageView(BlockIo blockIo)
PhysicalRowId get(short offset)
public java.lang.String toString()
toString in class PageHeader