Uses of Interface
org.apache.jena.dboe.base.block.BlockParams
-
Packages that use BlockParams Package Description org.apache.jena.dboe.base.block -
-
Uses of BlockParams in org.apache.jena.dboe.base.block
Methods in org.apache.jena.dboe.base.block with parameters of type BlockParams Modifier and Type Method Description BlockMgrBlockMgrBuilder. buildBlockMgr(FileSet fileSet, java.lang.String ext, BlockParams indexParams)BlockMgrBlockMgrBuilderStd. buildBlockMgr(FileSet fileSet, java.lang.String ext, BlockParams indexParams)static BlockMgrBlockMgrFactory. create(FileSet fileSet, java.lang.String ext, BlockParams params)static BlockMgrBlockMgrFactory. createFile(java.lang.String filename, BlockParams params)Create a BlockMgr backed by a real file
-