Uses of Class
org.apache.jena.dboe.base.file.FileSet
Packages that use FileSet
-
Uses of FileSet in org.apache.jena.dboe.base.block
Methods in org.apache.jena.dboe.base.block with parameters of type FileSetModifier and TypeMethodDescriptionstatic BlockMgrBlockMgrFactory.addCache(BlockMgr blockMgr, FileSet fileSet, FileMode fileMode, int readBlockCacheSize, int writeBlockCacheSize) Add a caching layer to a BlockMgr if appropriate.BlockMgrBuilder.buildBlockMgr(FileSet fileSet, String ext, BlockParams indexParams) BlockMgrBuilderStd.buildBlockMgr(FileSet fileSet, String ext, BlockParams indexParams) static BlockMgrBlockMgrFactory.create(FileSet fileSet, String ext, int blockSize, int readBlockCacheSize, int writeBlockCacheSize) static BlockMgrBlockMgrFactory.create(FileSet fileSet, String ext, BlockParams params) static BlockMgrBlockMgrFactory.create(FileSet fileSet, 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 FileSetMethods in org.apache.jena.dboe.base.file with parameters of type FileSetModifier and TypeMethodDescriptionstatic BinaryDataFileFileFactory.createBinaryDataFile(FileSet fileset, String ext) static BufferChannelFileFactory.createBufferChannel(FileSet fileset, String ext)