Class GridStoreInfo


  • @Deprecated
    public class GridStoreInfo
    extends StoreInfo
    Deprecated.
    As of EMS 10.4 Class representing information about a server's gridstore-based store.
    • 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 class java.lang.Object