Interface DatastoreInfoMXBean


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

      • 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.