Interface DatastoreInfoMXBean
JMX bean for general datastore info.
- Author:
- Thomas Pantelis
-
Method Summary
Modifier and TypeMethodDescriptionlongReturn the number ofAskTimeoutExceptions encountered by the datastore.doublevoidReset the number ofAskTimeoutExceptions encountered by the datastore.
-
Method Details
-
getTransactionCreationRateLimit
double getTransactionCreationRateLimit() -
getAskTimeoutExceptionCount
long getAskTimeoutExceptionCount()Return the number ofAskTimeoutExceptions encountered by the datastore.- Returns:
- Number of exceptions encountered
-
resetAskTimeoutExceptionCount
void resetAskTimeoutExceptionCount()Reset the number ofAskTimeoutExceptions encountered by the datastore.
-