public interface ThroughputInterceptorMBean
Modifier and Type | Method and 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) |
int getOptionFlag()
int getInterval()
void setInterval(int interval)
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()
long getRxStart()
double getTimeTx()
long getTxStart()
void report(double timeTx)
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.