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 SummaryConstructors Constructor Description FTLStoreInfo(java.lang.Object json)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.StringgetFTLAppName()Deprecated.As of release 10.2longgetFTLInboundByteRate()Get the number of inbound bytes per second reported by FTL for this store.longgetFTLInboundMessageRate()Get the number of inbound messages per second reported by FTL for this store.longgetFTLOutboundByteRate()Get the number of outbound bytes per second reported by FTL for this store.longgetFTLOutboundMessageRate()Get the number of outbound messages per second reported by FTL for this store.java.lang.StringgetFTLURL()Deprecated.As of release 10.2java.lang.StringtoString()- 
Methods inherited from class com.tibco.tibjms.admin.StoreInfogetAverageWriteTime, getFileSize, getFreeSpace, getMsgBytes, getMsgCount, getName, getSwappedBytes, getSwappedCount, getType, getUsedSpace, getWriteUsage
 
- 
 
- 
- 
- 
Constructor Detail- 
FTLStoreInfopublic FTLStoreInfo(java.lang.Object json) throws JMSExceptionFor 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
 
 - 
getFTLInboundMessageRatepublic 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
 
 - 
getFTLOutboundMessageRatepublic 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
 
 - 
getFTLInboundByteRatepublic 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
 
 - 
getFTLOutboundByteRatepublic 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
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-