public static final class EngineOptions.ReportCache
extends java.lang.Object
| Constructor and Description |
|---|
EngineOptions.ReportCache() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getAllowGCCollect() |
static int |
getAmountOfProcessedPagesForStartGCCollect()
Gets or sets lower bound of starting the GarbageCollector.
|
static int |
getAmountOfQuickAccessPages()
Gets or sets amount of quick access pages.
|
static java.lang.String |
getCachePath()
Specifies path for the report cache.
|
static int |
getLimitForStartUsingCache()
Gets or sets lower bound of starting using the cache of the report.
|
static void |
setAllowGCCollect(boolean value) |
static void |
setAmountOfProcessedPagesForStartGCCollect(int value) |
static void |
setAmountOfQuickAccessPages(int value) |
static void |
setCachePath(java.lang.String value) |
static void |
setLimitForStartUsingCache(int value) |
public static int getAmountOfQuickAccessPages()
public static void setAmountOfQuickAccessPages(int value)
public static int getLimitForStartUsingCache()
public static void setLimitForStartUsingCache(int value)
public static java.lang.String getCachePath()
public static void setCachePath(java.lang.String value)
public static boolean getAllowGCCollect()
public static void setAllowGCCollect(boolean value)
public static int getAmountOfProcessedPagesForStartGCCollect()
public static void setAmountOfProcessedPagesForStartGCCollect(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.