static BlockMgr |
BlockMgrFactory.addCache(BlockMgr blockMgr,
FileSet fileSet,
FileMode fileMode,
int readBlockCacheSize,
int writeBlockCacheSize)
Add a caching layer to a BlockMgr if appropriate.
|
BlockMgr |
BlockMgrBuilder.buildBlockMgr(FileSet fileSet,
String ext,
BlockParams indexParams) |
BlockMgr |
BlockMgrBuilderStd.buildBlockMgr(FileSet fileSet,
String ext,
BlockParams indexParams) |
static BlockMgr |
BlockMgrFactory.create(FileSet fileSet,
String ext,
BlockParams params) |
static BlockMgr |
BlockMgrFactory.create(FileSet fileSet,
String ext,
FileMode fileMode,
int blockSize,
int readBlockCacheSize,
int writeBlockCacheSize) |
static BlockMgr |
BlockMgrFactory.create(FileSet fileSet,
String ext,
int blockSize,
int readBlockCacheSize,
int writeBlockCacheSize) |