Package org.ojalgo.type.management
Interface ThroughputMBean
- All Known Implementing Classes:
Throughput
public interface ThroughputMBean
-
Method Summary
-
Method Details
-
getRate
double getRate()The, current, throughput rate (items/second) -
getTotal
long getTotal()The total number of items that passed through here.
-