Interface StoreSettingsMBean

    • Method Detail

      • getMaxSizePerSession

        long getMaxSizePerSession()
        Returns:
        maximum page size. After this size is exceeded, the DiskPageStore will start saving the pages at the beginning of file.
      • getAsynchronousQueueCapacity

        int getAsynchronousQueueCapacity()
        Returns:
        the capacity of the queue used to store the pages which will be stored asynchronously
      • isAsynchronous

        boolean isAsynchronous()
        Returns:
        true when the HTTP worker thread doesn't wait for the storing of the page's bytes in IPageStore