public class StoreSettings extends Object implements StoreSettingsMBean
Constructor and Description |
---|
StoreSettings(Application application)
Construct.
|
Modifier and Type | Method and Description |
---|---|
int |
getAsynchronousQueueCapacity() |
String |
getFileStoreFolder() |
int |
getInmemoryCacheSize() |
long |
getMaxSizePerSession() |
boolean |
isAsynchronous() |
public StoreSettings(Application application)
application
- public int getInmemoryCacheSize()
getInmemoryCacheSize
in interface StoreSettingsMBean
public long getMaxSizePerSession()
getMaxSizePerSession
in interface StoreSettingsMBean
DiskDataStore
will start
saving the pages at the beginning of file.public String getFileStoreFolder()
getFileStoreFolder
in interface StoreSettingsMBean
DiskDataStore
will store the files with page
instances per sessionpublic int getAsynchronousQueueCapacity()
getAsynchronousQueueCapacity
in interface StoreSettingsMBean
public boolean isAsynchronous()
isAsynchronous
in interface StoreSettingsMBean
true
when the HTTP worker thread doesn't wait for the storing of the page's
bytes in IDataStore
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.