Uses of Class
org.apache.jena.dboe.base.block.BlockType
-
Packages that use BlockType Package Description org.apache.jena.dboe.base.block org.apache.jena.dboe.base.page org.apache.jena.dboe.base.recordbuffer -
-
Uses of BlockType in org.apache.jena.dboe.base.block
Methods in org.apache.jena.dboe.base.block that return BlockType Modifier and Type Method Description static BlockTypeBlockType. extract(int x)static BlockTypeBlockType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BlockType[]BlockType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BlockType in org.apache.jena.dboe.base.page
Methods in org.apache.jena.dboe.base.page with parameters of type BlockType Modifier and Type Method Description TPageBlockMgr. create(BlockType bType)Allocate a new thingTBlockConverter. createFromBlock(Block block, BlockType bType)Create a new T from an uninitialized Block -
Uses of BlockType in org.apache.jena.dboe.base.recordbuffer
Methods in org.apache.jena.dboe.base.recordbuffer with parameters of type BlockType Modifier and Type Method Description RecordBufferPageRecordBufferPageMgr.Block2RecordBufferPage. createFromBlock(Block block, BlockType blkType)
-