Package com.tibco.tibjms.admin
Class GridStoreInfo
- java.lang.Object
-
- com.tibco.tibjms.admin.StoreInfo
-
- com.tibco.tibjms.admin.GridStoreInfo
-
public class GridStoreInfo extends StoreInfo
Class representing information about a server's gridstore-based store.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGridName()
Get the grid name.java.lang.String
getGridURL()
Get the grid URL.long
getScanInterval()
Get the scan interval.long
getScanRows()
Get the number of rows examined at each scan interval.boolean
isFirstScanFinished()
Determine if the first scan is finished.java.lang.String
toString()
-
Methods inherited from class com.tibco.tibjms.admin.StoreInfo
getAverageWriteTime, getFileSize, getFreeSpace, getMsgBytes, getMsgCount, getSwappedBytes, getSwappedCount, getUsedSpace, getWriteUsage
-
-
-
-
Method Detail
-
getGridURL
public java.lang.String getGridURL()
Get the grid URL.- Returns:
- grid URL
-
getGridName
public java.lang.String getGridName()
Get the grid name.- Returns:
- grid name
-
getScanInterval
public long getScanInterval()
Get the scan interval.- Returns:
- period in milliseconds.
-
getScanRows
public long getScanRows()
Get the number of rows examined at each scan interval.- Returns:
- the number of rows
-
isFirstScanFinished
public boolean isFirstScanFinished()
Determine if the first scan is finished.- Returns:
- true or false
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-