Class PageSize

java.lang.Object
com.swiftmq.impl.store.standard.pagedb.PageSize

public class PageSize extends Object
  • Constructor Details

    • PageSize

      public PageSize()
  • Method Details

    • init

      public static void init(Entity dbEntity)
    • maxPageSize

      public static int maxPageSize()
    • isResizeOnStartup

      public static boolean isResizeOnStartup()
    • isCompactOnStartup

      public static boolean isCompactOnStartup()
    • getCurrent

      public static int getCurrent()
    • setCurrent

      public static void setCurrent(int newSize)
    • getRecommended

      public static int getRecommended()
    • setRecommended

      public static void setRecommended(int newSize)