Uses of Enum Class
org.apache.jena.tdb1.base.block.BlockType
Packages that use BlockType
Package
Description
-
Uses of BlockType in org.apache.jena.tdb1.base.block
Methods in org.apache.jena.tdb1.base.block that return BlockTypeModifier and TypeMethodDescriptionstatic BlockTypeBlockType.extract(int x) static BlockTypeReturns the enum constant of this class with the specified name.static BlockType[]BlockType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.tdb1.base.block with parameters of type BlockTypeModifier and TypeMethodDescriptionBlockConverter.createFromBlock(Block block, BlockType bType) Create a new T from an uninitialized Block -
Uses of BlockType in org.apache.jena.tdb1.base.page
Methods in org.apache.jena.tdb1.base.page with parameters of type BlockType -
Uses of BlockType in org.apache.jena.tdb1.base.recordbuffer
Methods in org.apache.jena.tdb1.base.recordbuffer with parameters of type BlockTypeModifier and TypeMethodDescriptionRecordBufferPageMgr.Block2RecordBufferPage.createFromBlock(Block block, BlockType blkType)