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