| Package | Description |
|---|---|
| org.apache.jena.dboe.base.block | |
| org.apache.jena.dboe.sys |
| Modifier and Type | Method and Description |
|---|---|
FileMode |
BlockParams.getFileMode() |
static FileMode |
FileMode.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockMgr |
BlockMgrFactory.addCache(BlockMgr blockMgr,
FileSet fileSet,
FileMode fileMode,
int readBlockCacheSize,
int writeBlockCacheSize)
Add a caching layer to a BlockMgr if appropriate.
|
static BlockMgr |
BlockMgrFactory.create(FileSet fileSet,
String ext,
FileMode fileMode,
int blockSize,
int readBlockCacheSize,
int writeBlockCacheSize) |
static BlockMgr |
BlockMgrFactory.createFile(String filename,
FileMode fileMode,
int blockSize,
int readBlockCacheSize,
int writeBlockCacheSize)
Create a BlockMgr backed by a real file
|
| Modifier and Type | Method and Description |
|---|---|
static FileMode |
SystemIndex.fileMode() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SystemIndex.setFileMode(FileMode newFileMode) |
Licensed under the Apache License, Version 2.0