Interface ThroughputInterceptorMBean
-
- All Known Implementing Classes:
ThroughputInterceptor
public interface ThroughputInterceptorMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getInterval()
double
getLastCnt()
double
getMbAppTx()
double
getMbRx()
double
getMbTx()
java.util.concurrent.atomic.AtomicLong
getMsgRxCnt()
java.util.concurrent.atomic.AtomicLong
getMsgTxCnt()
java.util.concurrent.atomic.AtomicLong
getMsgTxErr()
int
getOptionFlag()
long
getRxStart()
double
getTimeTx()
long
getTxStart()
void
report(double timeTx)
void
setInterval(int interval)
-
-
-
Method Detail
-
getOptionFlag
int getOptionFlag()
-
getInterval
int getInterval()
-
setInterval
void setInterval(int interval)
-
getLastCnt
double getLastCnt()
-
getMbAppTx
double getMbAppTx()
-
getMbRx
double getMbRx()
-
getMbTx
double getMbTx()
-
getMsgRxCnt
java.util.concurrent.atomic.AtomicLong getMsgRxCnt()
-
getMsgTxCnt
java.util.concurrent.atomic.AtomicLong getMsgTxCnt()
-
getMsgTxErr
java.util.concurrent.atomic.AtomicLong getMsgTxErr()
-
getRxStart
long getRxStart()
-
getTimeTx
double getTimeTx()
-
getTxStart
long getTxStart()
-
report
void report(double timeTx)
-
-