| 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 | 
|---|---|
AtomicReferenceConfig | 
ClientDynamicClusterConfig.findAtomicReferenceConfig(String name)  | 
AtomicReferenceConfig | 
ClientDynamicClusterConfig.getAtomicReferenceConfig(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,AtomicReferenceConfig> | 
ClientDynamicClusterConfig.getAtomicReferenceConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
ClientDynamicClusterConfig.addAtomicReferenceConfig(AtomicReferenceConfig atomicReferenceConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
ClientDynamicClusterConfig.setAtomicReferenceConfigs(Map<String,AtomicReferenceConfig> atomicReferenceConfigs)  | 
| Modifier and Type | Method and Description | 
|---|---|
AtomicReferenceConfig | 
Config.findAtomicReferenceConfig(String name)
Returns a read-only AtomicReference configuration for the given name. 
 | 
AtomicReferenceConfig | 
AtomicReferenceConfig.getAsReadOnly()
Deprecated. 
 
this method will be removed in 4.0; it is meant for internal usage only 
 | 
AtomicReferenceConfig | 
Config.getAtomicReferenceConfig(String name)
Returns the AtomicReferenceConfig for the given name, creating one
 if necessary and adding it to the collection of known configurations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,AtomicReferenceConfig> | 
Config.getAtomicReferenceConfigs()
Returns the map of AtomicReference configurations, mapped by config name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.addAtomicReferenceConfig(AtomicReferenceConfig atomicReferenceConfig)
Adds the AtomicReference configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.setAtomicReferenceConfigs(Map<String,AtomicReferenceConfig> atomicReferenceConfigs)
Sets the map of AtomicReference configurations, mapped by config name. 
 | 
| Constructor and Description | 
|---|
AtomicReferenceConfig(AtomicReferenceConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
AtomicReferenceConfig | 
DynamicConfigurationAwareConfig.findAtomicReferenceConfig(String name)  | 
AtomicReferenceConfig | 
ClusterWideConfigurationService.findAtomicReferenceConfig(String name)  | 
AtomicReferenceConfig | 
ConfigurationService.findAtomicReferenceConfig(String name)
Finds existing AtomicReference config. 
 | 
AtomicReferenceConfig | 
DynamicConfigurationAwareConfig.getAtomicReferenceConfig(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,AtomicReferenceConfig> | 
DynamicConfigurationAwareConfig.getAtomicReferenceConfigs()  | 
Map<String,AtomicReferenceConfig> | 
ClusterWideConfigurationService.getAtomicReferenceConfigs()  | 
Map<String,AtomicReferenceConfig> | 
ConfigurationService.getAtomicReferenceConfigs()
Returns all registered AtomicReference configurations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
DynamicConfigurationAwareConfig.addAtomicReferenceConfig(AtomicReferenceConfig atomicReferenceConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
DynamicConfigurationAwareConfig.setAtomicReferenceConfigs(Map<String,AtomicReferenceConfig> atomicReferenceConfigs)  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.