org.infinispan.interceptors.TxInterceptor
The Transactions component manages the cache's participation in JTA transactions.
ExpandTable A.31. Attributes Name | Description | Type | Writable |
---|
Commits | Number of transaction commits performed since last reset. | long | No |
Prepares | Number of transaction prepares performed since last reset. | long | No |
Rollbacks | Number of transaction rollbacks performed since last reset. | long | No |
statisticsEnabled | Enables or disables the gathering of statistics by this component. | boolean | Yes |
ExpandTable A.32. Operations Name | Description | Signature |
---|
resetStatistics | Resets statistics gathered by this component. | void resetStatistics() |