| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| 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) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.