Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
AtomicLongConfig |
Config.findAtomicLongConfig(String name)
Returns a read-only AtomicLong configuration for the given name.
|
AtomicLongConfig |
AtomicLongConfig.getAsReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only
|
AtomicLongConfig |
Config.getAtomicLongConfig(String name)
Returns the AtomicLongConfig 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,AtomicLongConfig> |
Config.getAtomicLongConfigs()
Returns the map of AtomicLong configurations, mapped by config name.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.addAtomicLongConfig(AtomicLongConfig atomicLongConfig)
Adds the AtomicLong configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setAtomicLongConfigs(Map<String,AtomicLongConfig> atomicLongConfigs)
Sets the map of AtomicLong configurations, mapped by config name.
|
Constructor and Description |
---|
AtomicLongConfig(AtomicLongConfig config) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.