Class FTLStoreInfo


  • public class FTLStoreInfo
    extends StoreInfo
    Class representing information about a server's ftlstore-based store.
    • Constructor Detail

      • FTLStoreInfo

        public FTLStoreInfo​(java.lang.Object json)
                     throws JMSException
        For Internal use only, may be removed or deprecated in future.
        Throws:
        JMSException
    • Method Detail

      • getFTLURL

        @Deprecated
        public java.lang.String getFTLURL()
        Deprecated.
        As of release 10.2
        Get the FTL URL.
        Returns:
        FTL URL
      • getFTLAppName

        @Deprecated
        public java.lang.String getFTLAppName()
        Deprecated.
        As of release 10.2
        Get the FTL app name.
        Returns:
        FTL app name
      • getFTLInboundMessageRate

        public long getFTLInboundMessageRate()
        Get the number of inbound messages per second reported by FTL for this store.
        Returns:
        the FTL inbound message rate or -1 if not available
        Since:
        EMS 10.4
      • getFTLOutboundMessageRate

        public long getFTLOutboundMessageRate()
        Get the number of outbound messages per second reported by FTL for this store.
        Returns:
        the FTL outbound message rate or -1 if not available
        Since:
        EMS 10.4
      • getFTLInboundByteRate

        public long getFTLInboundByteRate()
        Get the number of inbound bytes per second reported by FTL for this store.
        Returns:
        the FTL inbound byte rate or -1 if not available
        Since:
        EMS 10.4
      • getFTLOutboundByteRate

        public long getFTLOutboundByteRate()
        Get the number of outbound bytes per second reported by FTL for this store.
        Returns:
        the FTL outbound byte rate or -1 if not available
        Since:
        EMS 10.4
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object