Uses of Class
org.apache.jena.dboe.base.file.FileSet
-
Packages that use FileSet Package Description org.apache.jena.dboe.base.block org.apache.jena.dboe.base.file -
-
Uses of FileSet in org.apache.jena.dboe.base.block
Methods in org.apache.jena.dboe.base.block with parameters of type FileSet Modifier and Type Method Description static BlockMgrBlockMgrFactory. addCache(BlockMgr blockMgr, FileSet fileSet, FileMode fileMode, int readBlockCacheSize, int writeBlockCacheSize)Add a caching layer to a BlockMgr if appropriate.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, int blockSize, int readBlockCacheSize, int writeBlockCacheSize)static BlockMgrBlockMgrFactory. create(FileSet fileSet, java.lang.String ext, BlockParams params)static BlockMgrBlockMgrFactory. create(FileSet fileSet, java.lang.String ext, FileMode fileMode, int blockSize, int readBlockCacheSize, int writeBlockCacheSize) -
Uses of FileSet in org.apache.jena.dboe.base.file
Methods in org.apache.jena.dboe.base.file that return FileSet Modifier and Type Method Description static FileSetFileSet. mem()FileSet for "in-memory"Methods in org.apache.jena.dboe.base.file with parameters of type FileSet Modifier and Type Method Description static BinaryDataFileFileFactory. createBinaryDataFile(FileSet fileset, java.lang.String ext)static BufferChannelFileFactory. createBufferChannel(FileSet fileset, java.lang.String ext)
-