| Package | Description |
|---|---|
| org.apache.jena.dboe.base.page | |
| org.apache.jena.dboe.base.recordbuffer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockConverter<T extends Page>
Convert between Blocks and typed Pages
|
class |
PageBlockMgr<T extends Page>
Engine that wraps from blocks to typed pages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageBase
A page with a byte buffer
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageBlockMgr.free(Page page) |
boolean |
PageBlockMgr.promoteDuplicate(Page page)
Promote a page - return 'true' if the block changed (.reset()) will have been called
|
void |
PageBlockMgr.promoteInPlace(Page page)
Promote a page to be writable in-place (block id does not change, hence page does not change id).
|
void |
PageBlockMgr.release(Page page) |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordBufferPage
B+Tree records nodes and hash buckets.
|
class |
RecordBufferPageBase
The on-disk form of a block of a single RecordBuffer
(i.e.
|
Licensed under the Apache License, Version 2.0