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 Summary
Constructors Constructor Description GridStoreInfo(java.lang.Object json)
Deprecated.For Internal use only, may be removed or deprecated in future.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getGridName()
Deprecated.Get the grid name.java.lang.String
getGridURL()
Deprecated.Get the grid URL.long
getScanInterval()
Deprecated.Get the scan interval.long
getScanRows()
Deprecated.Get the number of rows examined at each scan interval.boolean
isFirstScanFinished()
Deprecated.Determine if the first scan is finished.java.lang.String
toString()
Deprecated.-
Methods inherited from class com.tibco.tibjms.admin.StoreInfo
getAverageWriteTime, getFileSize, getFreeSpace, getMsgBytes, getMsgCount, getName, getSwappedBytes, getSwappedCount, getType, getUsedSpace, getWriteUsage
-
-
-
-
Constructor Detail
-
GridStoreInfo
public GridStoreInfo(java.lang.Object json) throws JMSException
Deprecated.For Internal use only, may be removed or deprecated in future.- Throws:
JMSException
-
-
Method Detail
-
getGridURL
public java.lang.String getGridURL()
Deprecated.Get the grid URL.- Returns:
- grid URL
-
getGridName
public java.lang.String getGridName()
Deprecated.Get the grid name.- Returns:
- grid name
-
getScanInterval
public long getScanInterval()
Deprecated.Get the scan interval.- Returns:
- period in milliseconds.
-
getScanRows
public long getScanRows()
Deprecated.Get the number of rows examined at each scan interval.- Returns:
- the number of rows
-
isFirstScanFinished
public boolean isFirstScanFinished()
Deprecated.Determine if the first scan is finished.- Returns:
- true or false
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-