Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
Modifier and Type | Method and Description |
---|---|
LockConfig |
ClientDynamicClusterConfig.findLockConfig(String name) |
LockConfig |
ClientDynamicClusterConfig.getLockConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,LockConfig> |
ClientDynamicClusterConfig.getLockConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.addLockConfig(LockConfig lockConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setLockConfigs(Map<String,LockConfig> lockConfigs) |
Modifier and Type | Method and Description |
---|---|
LockConfig |
Config.findLockConfig(String name)
Returns a read-only
ILock configuration for
the given name. |
LockConfig |
LockConfig.getAsReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only
|
LockConfig |
Config.getLockConfig(String name)
Returns the LockConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
|
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()
Returns the map of
ILock configurations,
mapped by config name. |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addLockConfig(LockConfig lockConfig)
Adds the lock configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setLockConfigs(Map<String,LockConfig> lockConfigs)
Sets the map of
ILock configurations,
mapped by config name. |
Constructor and Description |
---|
LockConfig(LockConfig config)
Clones a
LockConfig |
LockConfig(String name,
LockConfig config)
Creates a new
LockConfig by cloning an existing config and overriding the name. |
Modifier and Type | Method and Description |
---|---|
LockConfig |
DynamicConfigurationAwareConfig.findLockConfig(String name) |
LockConfig |
ClusterWideConfigurationService.findLockConfig(String name) |
LockConfig |
ConfigurationService.findLockConfig(String name)
Finds existing Lock config.
|
LockConfig |
DynamicConfigurationAwareConfig.getLockConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,LockConfig> |
DynamicConfigurationAwareConfig.getLockConfigs() |
Map<String,LockConfig> |
ClusterWideConfigurationService.getLockConfigs() |
Map<String,LockConfig> |
ConfigurationService.getLockConfigs()
Returns all registered lock configurations.
|
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.addLockConfig(LockConfig lockConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setLockConfigs(Map<String,LockConfig> lockConfigs) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.