Uses of Class
com.hazelcast.config.cp.FencedLockConfig
Packages that use FencedLockConfig
-
Uses of FencedLockConfig in com.hazelcast.config.cp
Methods in com.hazelcast.config.cp that return FencedLockConfigModifier 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 FencedLockMethods in com.hazelcast.config.cp that return types with arguments of type FencedLockConfigModifier and TypeMethodDescriptionCPSubsystemConfig.getLockConfigs()
Returns the map ofFencedLock
configurationsMethods in com.hazelcast.config.cp with parameters of type FencedLockConfigModifier and TypeMethodDescriptionCPSubsystemConfig.addLockConfig
(FencedLockConfig lockConfig) Adds theFencedLock
configuration.Method parameters in com.hazelcast.config.cp with type arguments of type FencedLockConfigModifier and TypeMethodDescriptionCPSubsystemConfig.setLockConfigs
(Map<String, FencedLockConfig> lockConfigs) Sets the map ofFencedLock
configurations, mapped by config name.