Uses of Class
org.apache.jena.dboe.base.block.FileMode
-
Packages that use FileMode Package Description org.apache.jena.dboe.base.block org.apache.jena.dboe.sys -
-
Uses of FileMode in org.apache.jena.dboe.base.block
Methods in org.apache.jena.dboe.base.block that return FileMode Modifier and Type Method Description FileModeBlockParams. getFileMode()static FileModeFileMode. valueOf(java.lang.String name)Returns 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 FileMode 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.static BlockMgrBlockMgrFactory. create(FileSet fileSet, java.lang.String ext, FileMode fileMode, int blockSize, int readBlockCacheSize, int writeBlockCacheSize)static BlockMgrBlockMgrFactory. createFile(java.lang.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 FileMode Modifier and Type Method Description static FileModeSystemIndex. fileMode()Methods in org.apache.jena.dboe.sys with parameters of type FileMode Modifier and Type Method Description static voidSystemIndex. setFileMode(FileMode newFileMode)
-