TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
TIBCO.EMS.ADMIN.GridStoreInfo Class Reference

Class representing information about server's gridstore-based store. More...

Inheritance diagram for TIBCO.EMS.ADMIN.GridStoreInfo:
TIBCO.EMS.ADMIN.StoreInfo

Public Member Functions

override System.String ToString ()
 Returns a String that represents the current Object More...
 

Properties

System.String GridURL [get]
 Get the grid URL. More...
 
System.String GridName [get]
 Get the grid name. More...
 
long ScanInterval [get]
 Get the scan interval. More...
 
long ScanRows [get]
 Get the number of rows examined at each scan interval. More...
 
bool FirstScanFinished [get]
 Determine if the first scan is finished. More...
 
- Properties inherited from TIBCO.EMS.ADMIN.StoreInfo
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...
 

Additional Inherited Members

- Protected Member Functions inherited from TIBCO.EMS.ADMIN.StoreInfo
 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 inherited from TIBCO.EMS.ADMIN.StoreInfo
long freeSpace
 
long usedSpace
 
long fileSize
 
int fragmentation = -1
 

Detailed Description

Class representing information about server's gridstore-based store.

Member Function Documentation

override System.String TIBCO.EMS.ADMIN.GridStoreInfo.ToString ( )
inline

Returns a String that represents the current Object

Property Documentation

bool TIBCO.EMS.ADMIN.GridStoreInfo.FirstScanFinished
get

Determine if the first scan is finished.

Returns
true or false
System.String TIBCO.EMS.ADMIN.GridStoreInfo.GridName
get

Get the grid name.

Returns
grid name
System.String TIBCO.EMS.ADMIN.GridStoreInfo.GridURL
get

Get the grid URL.

Returns
grid URL
long TIBCO.EMS.ADMIN.GridStoreInfo.ScanInterval
get

Get the scan interval.

Returns
period in milliseconds
long TIBCO.EMS.ADMIN.GridStoreInfo.ScanRows
get

Get the number of rows examined at each scan interval.

Returns
the number of rows

Copyright © 1997-2024 Cloud Software Group, Inc. All Rights Reserved.