java.lang.Object
org.apache.wicket.jmx.wrapper.StoreSettings
- All Implemented Interfaces:
StoreSettingsMBean
Exposes Application's StoreSettings for JMX.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
long
boolean
-
Constructor Details
-
StoreSettings
Construct.- Parameters:
application
-
-
-
Method Details
-
getMaxSizePerSession
- Specified by:
getMaxSizePerSession
in interfaceStoreSettingsMBean
- Returns:
- maximum page size. After this size is exceeded, the
DiskPageStore
will start saving the pages at the beginning of file.
-
getFileStoreFolder
- Specified by:
getFileStoreFolder
in interfaceStoreSettingsMBean
- Returns:
- the location of the folder where
DiskPageStore
will store the files with page instances per session
-
getAsynchronousQueueCapacity
- Specified by:
getAsynchronousQueueCapacity
in interfaceStoreSettingsMBean
- Returns:
- the capacity of the queue used to store the pages which will be stored asynchronously
-
isAsynchronous
- Specified by:
isAsynchronous
in interfaceStoreSettingsMBean
- Returns:
true
when the HTTP worker thread doesn't wait for the storing of the page's bytes inIPageStore
-