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 |
---|---|
AtomicLongConfig |
ClientDynamicClusterConfig.findAtomicLongConfig(String name) |
AtomicLongConfig |
ClientDynamicClusterConfig.getAtomicLongConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,AtomicLongConfig> |
ClientDynamicClusterConfig.getAtomicLongConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.addAtomicLongConfig(AtomicLongConfig atomicLongConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setAtomicLongConfigs(Map<String,AtomicLongConfig> atomicLongConfigs) |
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) |
Modifier and Type | Method and Description |
---|---|
AtomicLongConfig |
DynamicConfigurationAwareConfig.findAtomicLongConfig(String name) |
AtomicLongConfig |
ClusterWideConfigurationService.findAtomicLongConfig(String name) |
AtomicLongConfig |
ConfigurationService.findAtomicLongConfig(String name)
Finds existing AtomicLong config.
|
AtomicLongConfig |
DynamicConfigurationAwareConfig.getAtomicLongConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,AtomicLongConfig> |
DynamicConfigurationAwareConfig.getAtomicLongConfigs() |
Map<String,AtomicLongConfig> |
ClusterWideConfigurationService.getAtomicLongConfigs() |
Map<String,AtomicLongConfig> |
ConfigurationService.getAtomicLongConfigs()
Returns all registered AtomicLong configurations.
|
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.addAtomicLongConfig(AtomicLongConfig atomicLongConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setAtomicLongConfigs(Map<String,AtomicLongConfig> atomicLongConfigs) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.