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
B+Tree records nodes and hash buckets.
Add link field to a RecordBufferPageBase
-
Field Summary
FieldsFields inherited from class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
COUNT -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) final intgetLink()Return a string for display that identifies this PagevoidsetLink(int link) toString()Methods inherited from class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
calcBlockSize, calcRecordSize, getCount, getMaxSize, getRecordBuffer, output, setCountMethods inherited from class org.apache.jena.dboe.base.page.PageBase
getBackingBlock, getId, reset
-
Field Details
-
LINK
public static final int LINK- See Also:
-
-
Method Details
-
getLink
public final int getLink() -
setLink
public void setLink(int link) -
calcRecordSize
-
calcBlockSize
-
createBlank
The construction methods -
format
-
toString
- Overrides:
toStringin classRecordBufferPageBase
-
getRefStr
Description copied from interface:PageReturn a string for display that identifies this Page
-