Uses of Enum Class
org.apache.jena.tdb1.base.block.FileMode
Packages that use FileMode
Package
Description
-
Uses of FileMode in org.apache.jena.tdb1.base.block
Methods in org.apache.jena.tdb1.base.block that return FileModeModifier and TypeMethodDescriptionBlockParams.getFileMode()static FileModeReturns the enum constant of this class with the specified name.static FileMode[]FileMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.tdb1.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.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.tdb1.index
Methods in org.apache.jena.tdb1.index that return FileMode -
Uses of FileMode in org.apache.jena.tdb1.setup
Fields in org.apache.jena.tdb1.setup declared as FileModeMethods in org.apache.jena.tdb1.setup that return FileModeModifier and TypeMethodDescriptionStoreParams.getFileMode()StoreParamsBuilder.getFileMode()StoreParamsDynamic.getFileMode()Store-wide file access modeMethods in org.apache.jena.tdb1.setup with parameters of type FileModeModifier and TypeMethodDescription -
Uses of FileMode in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return FileModeMethods in org.apache.jena.tdb1.sys with parameters of type FileMode