| Package | Description | 
|---|---|
| com.hazelcast.config.cp | This package contains configuration classes
 for the  CPSubsystem | 
| Modifier and Type | Method and Description | 
|---|---|
| FencedLockConfig | FencedLockConfig. disableReentrancy()Disable reentrancy. | 
| FencedLockConfig | FencedLockConfig. enableReentrancy()Enables reentrancy. | 
| FencedLockConfig | CPSubsystemConfig. findLockConfig(String name)Returns the  FencedLockconfiguration for the given name. | 
| FencedLockConfig | FencedLockConfig. setLockAcquireLimit(int lockAcquireLimit)Sets the number of lock acquires a lock holder can perform. | 
| FencedLockConfig | FencedLockConfig. setName(String name)Sets the name of FencedLock | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,FencedLockConfig> | CPSubsystemConfig. getLockConfigs()Returns the map of  FencedLockconfigurations | 
| Modifier and Type | Method and Description | 
|---|---|
| CPSubsystemConfig | CPSubsystemConfig. addLockConfig(FencedLockConfig lockConfig)Adds the  FencedLockconfiguration. | 
| Modifier and Type | Method and Description | 
|---|---|
| CPSubsystemConfig | CPSubsystemConfig. setLockConfigs(Map<String,FencedLockConfig> lockConfigs)Sets the map of  FencedLockconfigurations, mapped by config
 name. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.