com.arjuna.ats.arjuna.common
Interface ObjectStoreEnvironmentBeanMBean
- All Known Implementing Classes:
- ObjectStoreEnvironmentBean
public interface ObjectStoreEnvironmentBeanMBean
A JMX MBean interface containing configuration for the objectstore and various implementations thereof.
- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com)
getCacheStoreSize
int getCacheStoreSize()
isCacheStoreSync
boolean isCacheStoreSync()
getCacheStoreRemovedItems
int getCacheStoreRemovedItems()
getCacheStoreScanPeriod
int getCacheStoreScanPeriod()
getCacheStoreWorkItems
int getCacheStoreWorkItems()
getCacheStoreHash
int getCacheStoreHash()
getLocalOSRoot
java.lang.String getLocalOSRoot()
getObjectStoreDir
java.lang.String getObjectStoreDir()
isObjectStoreSync
boolean isObjectStoreSync()
getObjectStoreType
java.lang.String getObjectStoreType()
getHashedDirectories
int getHashedDirectories()
isTransactionSync
boolean isTransactionSync()
getShare
int getShare()
getHierarchyRetry
int getHierarchyRetry()
getHierarchyTimeout
int getHierarchyTimeout()
isSynchronousRemoval
boolean isSynchronousRemoval()
getTxLogSize
long getTxLogSize()
getPurgeTime
long getPurgeTime()