SERIALIZABLE
REPEATABLE_READ
READ_COMMITTED
READ_UNCOMMITTED
Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
isolation | STRING | false | false | Sets the cache locking isolation level. | |
striping | BOOLEAN | false | false | If true, a pool of shared locks is maintained for all entries that need to be locked. Otherwise, a lock is created per entry in the cache. Lock striping helps control memory footprint but may reduce concurrency in the system. | |
acquire-timeout | LONG | false | false | Maximum time to attempt a particular lock acquisition. | |
concurrency-level | INT | false | false | Concurrency level for lock containers. Adjust this value according to the number of concurrent threads interacting with Infinispan. |