Module org.apache.jena.tdb
Package org.apache.jena.tdb1.base.page
Class PageBlockMgr<T extends Page>
java.lang.Object
org.apache.jena.tdb1.base.page.PageBlockMgr<T>
- Direct Known Subclasses:
BPTreeNodeMgr,BPTreeRecordsMgr,HashBucketMgr,RecordBufferPageMgr
Engine that wraps from blocks to typed pages.
-
Method Summary
Modifier and TypeMethodDescriptionAllocate a new thingvoiddump()voidSignal the completion of an update operationvoidSignal the completion of an update operationvoidgetRead(int id) getWrite(int id) voidvoidvoidvoidSignal the start of an update operationvoidSignal the start of an update operationbooleanvalid(int id) void
-
Method Details
-
getBlockMgr
-
create
Allocate a new thing -
getWrite
-
getRead
-
put
-
write
-
release
-
free
-
promote
-
valid
public boolean valid(int id) -
dump
public void dump() -
startUpdate
public void startUpdate()Signal the start of an update operation -
finishUpdate
public void finishUpdate()Signal the completion of an update operation -
startRead
public void startRead()Signal the start of an update operation -
finishRead
public void finishRead()Signal the completion of an update operation
-