Interface DatastoreInfoMXBean
-
@MXBean public interface DatastoreInfoMXBean
JMX bean for general datastore info.- Author:
- Thomas Pantelis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAskTimeoutExceptionCount()Return the number ofAskTimeoutExceptions encountered by the datastore.doublegetTransactionCreationRateLimit()voidresetAskTimeoutExceptionCount()Reset the number ofAskTimeoutExceptions encountered by the datastore.
-
-
-
Method Detail
-
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.
-
-