urn:infinispan:config:clustered-locks:13.0

clustered-locks

NameTypeDefaultDescription
num-ownersinteger-1 Sets the number of copies of the clustered lock's status to keep in the cluster, or -1 to keep it on all the nodes.
reliability
AVAILABLE All partitions are allowed to read and update the clustered locks.
CONSISTENT Only the majority partition is allowed to read and update the clustered lock if it is available on that partition. The remaining partitions are only allowed to read if the clustered lock is available on that partition.
CONSISTENT Sets the reliability mode for the partitions when the cluster splits.

clustered-lock

Configures a clustered lock.

NameTypeDefaultDescription
nameID Sets the clustered lock's name. It must be unique.
Expand/Collapse All