java.lang.Object
org.apache.jena.tdb1.base.block.BlockMgrBase
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable,org.apache.jena.atlas.lib.Sync,BlockMgr
- Direct Known Subclasses:
BlockMgrFileAccess
-
Method Summary
Modifier and TypeMethodDescriptionfinal Blockallocate(int blkSize) Allocate an uninitialized block - writable - call only inside a update sequence.voidbeginIterator(Iterator<?> iter) Start of iteratorvoidStart of readvoidStart of updatevoidendIterator(Iterator<?> iter) Completion of iteratorvoidendRead()Completion of readvoidCompletion of updatefinal StringgetLabel()
-
Method Details
-
allocate
Description copied from interface:BlockMgrAllocate an uninitialized block - writable - call only inside a update sequence. If blockSize is -1, means "default/fixed size" for this BlockMgr -
getLabel
-
beginIterator
Description copied from interface:BlockMgrStart of iterator- Specified by:
beginIteratorin interfaceBlockMgr
-
endIterator
Description copied from interface:BlockMgrCompletion of iterator- Specified by:
endIteratorin interfaceBlockMgr
-
endUpdate
public void endUpdate()Description copied from interface:BlockMgrCompletion of update -
beginUpdate
public void beginUpdate()Description copied from interface:BlockMgrStart of update- Specified by:
beginUpdatein interfaceBlockMgr
-
beginRead
public void beginRead()Description copied from interface:BlockMgrStart of read -
endRead
public void endRead()Description copied from interface:BlockMgrCompletion of read
-