SERIALIZABLE
REPEATABLE_READ
READ_COMMITTED
READ_UNCOMMITTED
number-of-locks-available The number of locks available to this cache. May return null if the cache is not started. Attribute | Value |
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | read-only |
number-of-locks-held The number of locks currently in use by this cache. May return null if the cache is not started. Attribute | Value |
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | read-only |
striping 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. Attribute | Value |
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |