|
TIBCO EMS .NET API 8.2
TIBCO EMS .NET API 8.2
|
Class representing information about a server's store. More...
Protected Member Functions | |
| StoreInfo (MapMessage msg) | |
| Initializes a new instance of the StoreInfo with the specified map message More... | |
| StoreInfo (MapMessage msg, Store type) | |
| Initializes a new instance of the StoreInfo with the specified map message and store type More... | |
Protected Attributes | |
| long | freeSpace |
| long | usedSpace |
| long | fileSize |
| int | fragmentation = -1 |
Properties | |
| 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 a server's store.
|
inlineprotected |
Initializes a new instance of the StoreInfo with the specified map message
|
inlineprotected |
Initializes a new instance of the StoreInfo with the specified map message and store type
|
protected |
|
protected |
|
protected |
|
protected |
|
get |
Get the average time (in seconds) a write call takes. This measurement is not available when the store is asynchronous.
since EMS 6.1
|
get |
Get the total size of the store, deprecated.
Instead, if applicable, use FileStoreInfo.Size
|
get |
Get the amount of space in the store that is not in use, deprecated.
Instead, if applicable, use FileStoreInfo.NotInUseSpace
the number of bytes that are free
|
get |
Get the total size of the data messages stored in the store.
|
get |
Get the number of data messages stored in the store.
|
get |
Get the total size of the data messages stored in the store as a result of swapping out non-persistent messages.
This only has meaning for the asynchronous store.
|
get |
Get the number of data messages stored in the store as a result of swapping out non-persistent messages.
This only has meaning for the asynchronous store.
|
get |
Get the amount of space in the store that is in use, deprecated.
Instead, if applicable, use FileStoreInfo.InUseSpace
|
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.
since EMS 6.1