| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| LockConfig | Config. findLockConfig(String name) | 
| LockConfig | LockConfig. getAsReadOnly()Creates a readonly copy of this  LockConfig. | 
| LockConfig | Config. getLockConfig(String name) | 
| LockConfig | LockConfig. setName(String name)Sets the name of the lock. | 
| LockConfig | LockConfig. setQuorumName(String quorumName)Sets the quorum name for lock operations. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,LockConfig> | Config. getLockConfigs() | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. addLockConfig(LockConfig lockConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. setLockConfigs(Map<String,LockConfig> lockConfigs) | 
| Constructor and Description | 
|---|
| LockConfig(LockConfig config)Clones a  LockConfig | 
| LockConfig(String name,
          LockConfig config)Creates a new  LockConfigby cloning an existing config and overriding the name. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.