Interface ThroughputInterceptorMBean
- All Known Implementing Classes:
- ThroughputInterceptor
public interface ThroughputInterceptorMBean
- 
Method SummaryModifier and TypeMethodDescriptionintdoubledoubledoublegetMbRx()doublegetMbTx()intlongdoublelongvoidreport(double timeTx) voidsetInterval(int interval) 
- 
Method Details- 
getOptionFlagint getOptionFlag()
- 
getIntervalint getInterval()
- 
setIntervalvoid setInterval(int interval) 
- 
getLastCntdouble getLastCnt()
- 
getMbAppTxdouble getMbAppTx()
- 
getMbRxdouble getMbRx()
- 
getMbTxdouble getMbTx()
- 
getMsgRxCntAtomicLong getMsgRxCnt()
- 
getMsgTxCntAtomicLong getMsgTxCnt()
- 
getMsgTxErrAtomicLong getMsgTxErr()
- 
getRxStartlong getRxStart()
- 
getTimeTxdouble getTimeTx()
- 
getTxStartlong getTxStart()
- 
reportvoid report(double timeTx) 
 
-