Interface IndexParams

    • Method Detail

      • getBlockSize

        java.lang.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:
        getBlockSize in interface BlockParams
      • getBlockReadCacheSize

        java.lang.Integer getBlockReadCacheSize()
        Block read cache size (mmap'ed files do not have a block cache)
        Specified by:
        getBlockReadCacheSize in interface BlockParams
      • getBlockWriteCacheSize

        java.lang.Integer getBlockWriteCacheSize()
        Block write cache size (mmap'ed files do not have a block cache)
        Specified by:
        getBlockWriteCacheSize in interface BlockParams