Package com.tibco.tibjms.admin
Class GridStoreInfo
- java.lang.Object
- 
- com.tibco.tibjms.admin.StoreInfo
- 
- com.tibco.tibjms.admin.GridStoreInfo
 
 
- 
 @Deprecated public class GridStoreInfo extends StoreInfo Deprecated.As of EMS 10.4 Class representing information about a server's gridstore-based store.
- 
- 
Constructor SummaryConstructors Constructor Description GridStoreInfo(java.lang.Object json)Deprecated.For Internal use only, may be removed or deprecated in future.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetGridName()Deprecated.Get the grid name.java.lang.StringgetGridURL()Deprecated.Get the grid URL.longgetScanInterval()Deprecated.Get the scan interval.longgetScanRows()Deprecated.Get the number of rows examined at each scan interval.booleanisFirstScanFinished()Deprecated.Determine if the first scan is finished.java.lang.StringtoString()Deprecated.- 
Methods inherited from class com.tibco.tibjms.admin.StoreInfogetAverageWriteTime, getFileSize, getFreeSpace, getMsgBytes, getMsgCount, getName, getSwappedBytes, getSwappedCount, getType, getUsedSpace, getWriteUsage
 
- 
 
- 
- 
- 
Constructor Detail- 
GridStoreInfopublic GridStoreInfo(java.lang.Object json) throws JMSExceptionDeprecated.For Internal use only, may be removed or deprecated in future.- Throws:
- JMSException
 
 
- 
 - 
Method Detail- 
getGridURLpublic java.lang.String getGridURL() Deprecated.Get the grid URL.- Returns:
- grid URL
 
 - 
getGridNamepublic java.lang.String getGridName() Deprecated.Get the grid name.- Returns:
- grid name
 
 - 
getScanIntervalpublic long getScanInterval() Deprecated.Get the scan interval.- Returns:
- period in milliseconds.
 
 - 
getScanRowspublic long getScanRows() Deprecated.Get the number of rows examined at each scan interval.- Returns:
- the number of rows
 
 - 
isFirstScanFinishedpublic boolean isFirstScanFinished() Deprecated.Determine if the first scan is finished.- Returns:
- true or false
 
 - 
toStringpublic java.lang.String toString() Deprecated.- Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-