public interface StoreSettingsMBean
Modifier and Type | Method and Description |
---|---|
int |
getAsynchronousQueueCapacity() |
String |
getFileStoreFolder() |
int |
getInmemoryCacheSize() |
long |
getMaxSizePerSession() |
boolean |
isAsynchronous() |
int getInmemoryCacheSize()
long getMaxSizePerSession()
DiskDataStore
will start
saving the pages at the beginning of file.String getFileStoreFolder()
DiskDataStore
will store the files with page
instances per sessionint getAsynchronousQueueCapacity()
boolean isAsynchronous()
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.