Package com.tibco.tibjms.admin
Class FTLStoreInfo
- java.lang.Object
-
- com.tibco.tibjms.admin.StoreInfo
-
- com.tibco.tibjms.admin.FTLStoreInfo
-
public class FTLStoreInfo extends StoreInfo
Class representing information about a server's ftlstore-based store.
-
-
Constructor Summary
Constructors Constructor Description FTLStoreInfo(java.lang.Object json)
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
getFTLAppName()
Deprecated.As of release 10.2long
getFTLInboundByteRate()
Get the number of inbound bytes per second reported by FTL for this store.long
getFTLInboundMessageRate()
Get the number of inbound messages per second reported by FTL for this store.long
getFTLOutboundByteRate()
Get the number of outbound bytes per second reported by FTL for this store.long
getFTLOutboundMessageRate()
Get the number of outbound messages per second reported by FTL for this store.java.lang.String
getFTLURL()
Deprecated.As of release 10.2java.lang.String
toString()
-
Methods inherited from class com.tibco.tibjms.admin.StoreInfo
getAverageWriteTime, getFileSize, getFreeSpace, getMsgBytes, getMsgCount, getName, getSwappedBytes, getSwappedCount, getType, getUsedSpace, getWriteUsage
-
-
-
-
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.2Get the FTL URL.- Returns:
- FTL URL
-
getFTLAppName
@Deprecated public java.lang.String getFTLAppName()
Deprecated.As of release 10.2Get 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 classjava.lang.Object
-
-