Uses of Class
com.hazelcast.config.cp.FencedLockConfig
-
Uses of FencedLockConfig in com.hazelcast.config.cp
Modifier and TypeMethodDescriptionFencedLockConfig.disableReentrancy()
Disable reentrancy.FencedLockConfig.enableReentrancy()
Enables reentrancy.CPSubsystemConfig.findLockConfig
(String name) Returns theFencedLock
configuration for the given name.FencedLockConfig.setLockAcquireLimit
(int lockAcquireLimit) Sets the number of lock acquires a lock holder can perform.Sets the name of FencedLockModifier and TypeMethodDescriptionCPSubsystemConfig.getLockConfigs()
Returns the map ofFencedLock
configurationsModifier and TypeMethodDescriptionCPSubsystemConfig.addLockConfig
(FencedLockConfig lockConfig) Adds theFencedLock
configuration.Modifier and TypeMethodDescriptionCPSubsystemConfig.setLockConfigs
(Map<String, FencedLockConfig> lockConfigs) Sets the map ofFencedLock
configurations, mapped by config name.