Class RecordBufferPage
- java.lang.Object
-
- org.apache.jena.dboe.base.page.PageBase
-
- org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
-
- org.apache.jena.dboe.base.recordbuffer.RecordBufferPage
-
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable,Page
public final class RecordBufferPage extends RecordBufferPageBase
B+Tree records nodes and hash buckets. Add link field to a RecordBufferPageBase
-
-
Field Summary
Fields Modifier and Type Field Description static intLINK-
Fields inherited from class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
COUNT
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static intcalcBlockSize(RecordFactory factory, int maxRec)static intcalcRecordSize(RecordFactory factory, int blkSize)static RecordBufferPagecreateBlank(Block block, RecordFactory factory)The construction methodsstatic RecordBufferPageformat(Block block, RecordFactory factory)intgetLink()java.lang.StringgetRefStr()Return a string for display that identifies this PagevoidsetLink(int link)java.lang.StringtoString()-
Methods inherited from class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
calcBlockSize, calcRecordSize, getCount, getMaxSize, getRecordBuffer, output, setCount
-
Methods inherited from class org.apache.jena.dboe.base.page.PageBase
getBackingBlock, getId, reset
-
-
-
-
Field Detail
-
LINK
public static final int LINK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLink
public final int getLink()
-
setLink
public void setLink(int link)
-
calcRecordSize
public static int calcRecordSize(RecordFactory factory, int blkSize)
-
calcBlockSize
public static int calcBlockSize(RecordFactory factory, int maxRec)
-
createBlank
public static RecordBufferPage createBlank(Block block, RecordFactory factory)
The construction methods
-
format
public static RecordBufferPage format(Block block, RecordFactory factory)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classRecordBufferPageBase
-
getRefStr
public java.lang.String getRefStr()
Description copied from interface:PageReturn a string for display that identifies this Page
-
-