Uses of Class
org.apache.jena.dboe.base.block.Block
Packages that use Block
Package
Description
-
Uses of Block in org.apache.jena.dboe.base.block
Methods in org.apache.jena.dboe.base.block that return BlockModifier and TypeMethodDescriptionBlockMgr.allocate(int blockSize) Allocate an uninitialized block - writable - call only inside a update sequence.final BlockBlockMgrBase.allocate(int blkSize) BlockMgrFreeChain.allocate(int blockSize) BlockMgrLogger.allocate(int blockSize) BlockMgrReadonly.allocate(int blockSize) BlockMgrSync.allocate(int blockSize) BlockMgrTracker.allocate(int blockSize) BlockMgrWrapper.allocate(int blockSize) BlockMgr.getRead(long id) Fetch a block, use for read onlyBlockMgrCache.getRead(long id) BlockMgrFileAccess.getRead(long id) BlockMgrLogger.getRead(long id) BlockMgrSync.getRead(long id) BlockMgrTracker.getRead(long id) BlockMgrWrapper.getRead(long id) BlockMgr.getWrite(long id) Fetch a block, use for write and read - only inside "update"BlockMgrCache.getWrite(long _id) BlockMgrFileAccess.getWrite(long id) BlockMgrLogger.getWrite(long id) BlockMgrReadonly.getWrite(long id) BlockMgrSync.getWrite(long id) BlockMgrTracker.getWrite(long id) BlockMgrWrapper.getWrite(long id) Promote to writable : it's OK to promote an already writable blockBlock.replicate()Deep copy, including ByteBuffer contents into a HeapByteBuffer.Methods in org.apache.jena.dboe.base.block with parameters of type BlockModifier and TypeMethodDescriptionvoidAnnounce a block is no longer in use (i.e it's now freed)voidvoidvoidvoidvoidvoidvoidvoidvoidReplace the contents of a block slot with new contents.voidvoidvoidvoidvoidvoidvoidPromote to writable : it's OK to promote an already writable blockvoidRelease a block, unmodified or already written.voidvoidvoidvoidvoidstatic voidvoidWrite a block back - it still needs releasing.voidvoidvoidvoidvoidvoidvoid -
Uses of Block in org.apache.jena.dboe.base.file
Methods in org.apache.jena.dboe.base.file that return BlockModifier and TypeMethodDescriptionBlockAccess.allocate(int size) BlockAccessByteArray.allocate(int size) BlockAccessDirect.allocate(int blkSize) BlockAccessMapped.allocate(int blkSize) BlockAccessMem.allocate(int blkSize) BlockAccess.read(long id) BlockAccessByteArray.read(long id) BlockAccessDirect.read(long id) BlockAccessMapped.read(long id) BlockAccessMem.read(long id) Methods in org.apache.jena.dboe.base.file with parameters of type BlockModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of Block in org.apache.jena.dboe.base.page
Methods in org.apache.jena.dboe.base.page that return BlockModifier and TypeMethodDescriptionPage.getBackingBlock()Return the block associated with this pagefinal BlockPageBase.getBackingBlock()Make a block, given a TMethods in org.apache.jena.dboe.base.page with parameters of type BlockModifier and TypeMethodDescriptionBlockConverter.createFromBlock(Block block, BlockType bType) Create a new T from an uninitialized BlockCreate a T, given an existing BlockvoidThe underlying block for this page has changed (e.g.final void -
Uses of Block in org.apache.jena.dboe.base.recordbuffer
Methods in org.apache.jena.dboe.base.recordbuffer that return BlockModifier and TypeMethodDescriptionRecordBufferPageMgr.Block2RecordBufferPage.toBlock(RecordBufferPage rbp) Methods in org.apache.jena.dboe.base.recordbuffer with parameters of type BlockModifier and TypeMethodDescriptionstatic RecordBufferPageRecordBufferPage.createBlank(Block block, RecordFactory factory) The construction methodsRecordBufferPageMgr.Block2RecordBufferPage.createFromBlock(Block block, BlockType blkType) static RecordBufferPageRecordBufferPage.format(Block block, RecordFactory factory) -
Uses of Block in org.apache.jena.dboe.test
Methods in org.apache.jena.dboe.test with parameters of type Block