Package org.apache.jena.dboe.base.block
Class BlockMgrSwitcher
- java.lang.Object
-
- org.apache.jena.dboe.base.block.BlockMgrWrapper
-
- org.apache.jena.dboe.base.block.BlockMgrSwitcher
-
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable,org.apache.jena.atlas.lib.Sync,BlockMgr
public class BlockMgrSwitcher extends BlockMgrWrapper
-
-
Constructor Summary
Constructors Constructor Description BlockMgrSwitcher(BlockMgr blockMgr1, BlockMgr blockMgr2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidswitchover()-
Methods inherited from class org.apache.jena.dboe.base.block.BlockMgrWrapper
allocate, allocLimit, beginRead, beginUpdate, close, endRead, endUpdate, free, getLabel, getRead, getWrapped, getWrite, isClosed, isEmpty, overwrite, promote, release, resetAlloc, sync, syncForce, toString, valid, write
-
-