A.11. LockManager
org.infinispan.util.concurrent.locks.LockManagerImpl
The LockManager component handles MVCC locks for entries.
Name | Description | Type | Writable |
---|---|---|---|
ConcurrencyLevel | The concurrency level that the MVCC Lock Manager has been configured with. | int | No |
NumberOfLocksAvailable | The number of exclusive locks that are available. | int | No |
NumberOfLocksHeld | The number of exclusive locks that are held. | int | No |