Interface ThroughputMBean

All Known Implementing Classes:
Throughput

public interface ThroughputMBean
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    The, current, throughput rate (items/second)
    long
    The total number of items that passed through here.
  • Method Details

    • getRate

      double getRate()
      The, current, throughput rate (items/second)
    • getTotal

      long getTotal()
      The total number of items that passed through here.