HawkListener:getStores
Method
Purpose
This method (on all platforms) gets information on the stores of this server.
Remarks
Type
Synchronous, IMPACT_INFO
Arguments
None.
Returns
Name |
Type |
Description |
name |
String |
Name of the store |
msgCount |
Long |
The value indicating the count of stored data messages |
msgBytes |
Long |
The value indicating the number of bytes of stored data messages |
swappedCount |
Long |
The value indicating the number of swapped non-persistent data messages |
swappedBytes |
Long |
The value indicating the number of bytes of swapped non-persistent data messages |
freeSpace |
Long |
The value indicating the amount of free space in bytes |
usedSpace |
Long |
The value indicating the amount of used space in bytes |
fileSize |
Long |
The value indicating the total size of the file in bytes |