org.infinispan.interceptors.TxInterceptor
The Transactions component manages the cache's participation in JTA transactions.
ExpandTable B.30. 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 B.31. Operations Name | Description | Signature |
---|
resetStatistics | Resets statistics gathered by this component. | void resetStatistics() |