public final class RecordBufferPage extends RecordBufferPageBase
| Modifier and Type | Field and Description |
|---|---|
static int |
LINK |
COUNT| Modifier and Type | Method and Description |
|---|---|
static int |
calcBlockSize(RecordFactory factory,
int maxRec) |
static int |
calcRecordSize(RecordFactory factory,
int blkSize) |
static RecordBufferPage |
createBlank(Block block,
RecordFactory factory)
The construction methods
|
static RecordBufferPage |
format(Block block,
RecordFactory factory) |
int |
getLink() |
String |
getRefStr()
Return a string for display that identifies this Page
|
void |
setLink(int link) |
String |
toString() |
calcBlockSize, calcRecordSize, getCount, getMaxSize, getRecordBuffer, output, setCountgetBackingBlock, getId, resetpublic static final int LINK
public final int getLink()
public void setLink(int link)
public static int calcRecordSize(RecordFactory factory, int blkSize)
public static int calcBlockSize(RecordFactory factory, int maxRec)
public static RecordBufferPage createBlank(Block block, RecordFactory factory)
public static RecordBufferPage format(Block block, RecordFactory factory)
public String toString()
toString in class RecordBufferPageBaseLicensed under the Apache License, Version 2.0