public interface ObjectStoreEnvironmentBeanMBean
Modifier and Type | Method and Description |
---|---|
int |
getCacheStoreHash() |
int |
getCacheStoreRemovedItems() |
int |
getCacheStoreScanPeriod() |
int |
getCacheStoreSize() |
int |
getCacheStoreWorkItems() |
int |
getHashedDirectories() |
int |
getHierarchyRetry() |
int |
getHierarchyTimeout() |
java.lang.String |
getLocalOSRoot() |
java.lang.String |
getObjectStoreDir() |
java.lang.String |
getObjectStoreType() |
long |
getPurgeTime() |
int |
getShare() |
long |
getTxLogSize() |
boolean |
isCacheStoreSync() |
boolean |
isObjectStoreSync() |
boolean |
isSynchronousRemoval() |
boolean |
isTransactionSync() |
int getCacheStoreSize()
boolean isCacheStoreSync()
int getCacheStoreRemovedItems()
int getCacheStoreScanPeriod()
int getCacheStoreWorkItems()
int getCacheStoreHash()
java.lang.String getLocalOSRoot()
java.lang.String getObjectStoreDir()
boolean isObjectStoreSync()
java.lang.String getObjectStoreType()
int getHashedDirectories()
boolean isTransactionSync()
int getShare()
int getHierarchyRetry()
int getHierarchyTimeout()
boolean isSynchronousRemoval()
long getTxLogSize()
long getPurgeTime()