|
System.String | DriverName [get] |
| Get the store's JDBC driver class name. More...
|
|
System.String | URL [get] |
| Get the store's JDBC URL. More...
|
|
System.String | UserName [get] |
| Get the user name used to access the store. More...
|
|
System.String | DriverDialect [get] |
| Get the store's Hibernate dialect. More...
|
|
long | MsgCount [get] |
| Get the number of data messages stored in the store. More...
|
|
long | MsgBytes [get] |
| Get the total size of the data messages stored in the store. More...
|
|
long | SwappedCount [get] |
| Get the number of data messages stored in the store as a result of swapping out non-persistent messages. More...
|
|
long | SwappedBytes [get] |
| Get the total size of the data messages stored in the store as a result of swapping out non-persistent messages. More...
|
|
long | FreeSpace [get] |
| Get the amount of space in the store that is not in use, deprecated. More...
|
|
long | UsedSpace [get] |
| Get the amount of space in the store that is in use, deprecated. More...
|
|
long | FileSize [get] |
| Get the total size of the store, deprecated. More...
|
|
double | AverageWriteTime [get] |
| Get the average time (in seconds) a write call takes. This measurement is not available when the store is asynchronous. More...
|
|
double | WriteUsage [get] |
| Get the Ratio between time spent within write and total time (server_rate_interval). This measurement is not available when the store is asynchronous. More...
|
|
Class representing information about server's database-based store.