|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectStoreEnvironmentBeanMBean
A JMX MBean interface containing configuration for the objectstore and various implementations thereof.
| Method Summary | |
|---|---|
int |
getCacheStoreHash()
|
int |
getCacheStoreRemovedItems()
|
int |
getCacheStoreScanPeriod()
|
int |
getCacheStoreSize()
|
int |
getCacheStoreWorkItems()
|
boolean |
getDropTable()
Should the store drop the table |
int |
getHashedDirectories()
|
int |
getHierarchyRetry()
|
int |
getHierarchyTimeout()
|
String |
getJdbcAccess()
Get the JDBCAccess details. |
String |
getLocalOSRoot()
|
String |
getObjectStoreDir()
|
String |
getObjectStoreType()
|
long |
getPurgeTime()
|
int |
getShare()
|
String |
getTablePrefix()
Get the table prefix |
long |
getTxLogSize()
|
boolean |
isCacheStoreSync()
|
boolean |
isObjectStoreSync()
|
boolean |
isSynchronousRemoval()
|
boolean |
isTransactionSync()
|
void |
setDropTable(boolean dropTable)
Set whether to drop the table. |
void |
setJdbcAccess(String connectionDetails)
Sets the instance of JDBCAccess |
void |
setTablePrefix(String tablePrefix)
Set the table prefix |
| Method Detail |
|---|
int getCacheStoreSize()
boolean isCacheStoreSync()
int getCacheStoreRemovedItems()
int getCacheStoreScanPeriod()
int getCacheStoreWorkItems()
int getCacheStoreHash()
String getLocalOSRoot()
String getObjectStoreDir()
boolean isObjectStoreSync()
String getObjectStoreType()
int getHashedDirectories()
boolean isTransactionSync()
int getShare()
int getHierarchyRetry()
int getHierarchyTimeout()
boolean isSynchronousRemoval()
long getTxLogSize()
long getPurgeTime()
String getJdbcAccess()
void setJdbcAccess(String connectionDetails)
instance - an Object that implements JDBCAccess, or null.String getTablePrefix()
void setTablePrefix(String tablePrefix)
tablePrefix - A prefix to use on the tablesboolean getDropTable()
void setDropTable(boolean dropTable)
dropTable - Drop the table
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||