- All Superinterfaces:
BlockParams
- All Known Implementing Classes:
StoreParams
-
Method Summary
Modifier and TypeMethodDescriptionBlock read cache size (mmap'ed files do not have a block cache)Block size - this is only configurable when the on-disk are created.Block write cache size (mmap'ed files do not have a block cache)File Mode
-
Method Details
-
getFileMode
FileMode getFileMode()File Mode- Specified by:
getFileModein interfaceBlockParams
-
getBlockSize
Integer getBlockSize()Block size - this is only configurable when the on-disk are created. After that, the same value as at creation must be used each time.- Specified by:
getBlockSizein interfaceBlockParams
-
getBlockReadCacheSize
Integer getBlockReadCacheSize()Block read cache size (mmap'ed files do not have a block cache)- Specified by:
getBlockReadCacheSizein interfaceBlockParams
-
getBlockWriteCacheSize
Integer getBlockWriteCacheSize()Block write cache size (mmap'ed files do not have a block cache)- Specified by:
getBlockWriteCacheSizein interfaceBlockParams
-