java.lang.Object
org.apache.jena.tdb1.base.page.PageBase
org.apache.jena.tdb1.base.recordbuffer.RecordBufferPageBase
org.apache.jena.tdb1.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.tdb1.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()voidsetLink(int link) toString()Methods inherited from class org.apache.jena.tdb1.base.recordbuffer.RecordBufferPageBase
calcBlockSize, calcRecordSize, getCount, getMaxSize, getRecordBuffer, output, setCountMethods inherited from class org.apache.jena.tdb1.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
-