Uses of Enum
org.apache.jena.dboe.base.block.FileMode
Packages that use FileMode
-
Uses of FileMode in org.apache.jena.dboe.base.block
Methods in org.apache.jena.dboe.base.block that return FileModeModifier and TypeMethodDescriptionBlockParams.getFileMode()static FileModeReturns the enum constant of this type with the specified name.static FileMode[]FileMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.dboe.base.block with parameters of type FileModeModifier and TypeMethodDescriptionstatic BlockMgrBlockMgrFactory.addCache(BlockMgr blockMgr, FileSet fileSet, FileMode fileMode, int readBlockCacheSize, int writeBlockCacheSize) Add a caching layer to a BlockMgr if appropriate.static BlockMgrBlockMgrFactory.create(FileSet fileSet, String ext, FileMode fileMode, int blockSize, int readBlockCacheSize, int writeBlockCacheSize) static BlockMgrBlockMgrFactory.createFile(String filename, FileMode fileMode, int blockSize, int readBlockCacheSize, int writeBlockCacheSize) Create a BlockMgr backed by a real file -
Uses of FileMode in org.apache.jena.dboe.sys
Methods in org.apache.jena.dboe.sys that return FileModeMethods in org.apache.jena.dboe.sys with parameters of type FileMode