java.lang.Object
org.apache.jena.tdb1.base.page.PageBlockMgr<T>
org.apache.jena.tdb1.index.bplustree.BPTreeRecordsMgr
Bridge for making, getting and putting BPTreeRecords over a RecordBufferPageMgr
-
Method Summary
Modifier and TypeMethodDescriptioncreate()voidSignal the completion of an update operationvoidSignal the completion of an update operationvoidSignal the start of an update operationvoidSignal the start of an update operation
-
Method Details
-
create
-
getRecordBufferPageMgr
-
startRead
public void startRead()Description copied from class:PageBlockMgrSignal the start of an update operation- Overrides:
startReadin classPageBlockMgr<BPTreeRecords>
-
finishRead
public void finishRead()Description copied from class:PageBlockMgrSignal the completion of an update operation- Overrides:
finishReadin classPageBlockMgr<BPTreeRecords>
-
startUpdate
public void startUpdate()Description copied from class:PageBlockMgrSignal the start of an update operation- Overrides:
startUpdatein classPageBlockMgr<BPTreeRecords>
-
finishUpdate
public void finishUpdate()Description copied from class:PageBlockMgrSignal the completion of an update operation- Overrides:
finishUpdatein classPageBlockMgr<BPTreeRecords>
-