Class RecordBufferPageBase
java.lang.Object
org.apache.jena.dboe.base.page.PageBase
org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable,Page
- Direct Known Subclasses:
RecordBufferPage
The on-disk form of a block of a single RecordBuffer
(i.e. this is not part of a BTree/BPlusTree branch node).
This must be compatible with B+Tree records nodes and hashbuckets.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic intcalcBlockSize(RecordFactory factory, int maxRec, int headerOffset) static intcalcRecordSize(RecordFactory factory, int blkSize, int headerOffset) final intgetCount()final intfinal RecordBuffervoidoutput(org.apache.jena.atlas.io.IndentedWriter out) voidsetCount(int count) toString()Methods inherited from class org.apache.jena.dboe.base.page.PageBase
getBackingBlock, getId, reset
-
Field Details
-
COUNT
public static final int COUNT- See Also:
-
-
Method Details