Este contenido no está disponible en el idioma seleccionado.
A.19. Transactions
org.infinispan.interceptors.TxInterceptor
The Transactions component manages the cache's participation in JTA transactions.
| 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 |
| Name | Description | Signature |
|---|---|---|
| resetStatistics | Resets statistics gathered by this component. | void resetStatistics() |