@MXBean public interface DatastoreInfoMXBean
JMX bean for general datastore info.
Author:
Thomas Pantelis
  • Method Details

    • getTransactionCreationRateLimit

      double getTransactionCreationRateLimit()
    • getAskTimeoutExceptionCount

      long getAskTimeoutExceptionCount()
      Return the number of AskTimeoutExceptions encountered by the datastore.
      Returns:
      Number of exceptions encountered
    • resetAskTimeoutExceptionCount

      void resetAskTimeoutExceptionCount()
      Reset the number of AskTimeoutExceptions encountered by the datastore.