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 |
---|---|
CountDownLatchConfig |
ClientDynamicClusterConfig.findCountDownLatchConfig(String name) |
CountDownLatchConfig |
ClientDynamicClusterConfig.getCountDownLatchConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,CountDownLatchConfig> |
ClientDynamicClusterConfig.getCountDownLatchConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.addCountDownLatchConfig(CountDownLatchConfig countDownLatchConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setCountDownLatchConfigs(Map<String,CountDownLatchConfig> countDownLatchConfigs) |
Modifier and Type | Method and Description |
---|---|
CountDownLatchConfig |
Config.findCountDownLatchConfig(String name)
Returns a read-only CountDownLatch configuration for the given name.
|
CountDownLatchConfig |
CountDownLatchConfig.getAsReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only
|
CountDownLatchConfig |
Config.getCountDownLatchConfig(String name)
Returns the CountDownLatchConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
|
CountDownLatchConfig |
CountDownLatchConfig.setName(String name)
Sets the name of the CountDownLatch.
|
CountDownLatchConfig |
CountDownLatchConfig.setQuorumName(String quorumName) |
Modifier and Type | Method and Description |
---|---|
Map<String,CountDownLatchConfig> |
Config.getCountDownLatchConfigs()
Returns the map of CountDownLatch configurations, mapped by config name.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.addCountDownLatchConfig(CountDownLatchConfig countDownLatchConfig)
Adds the CountDownLatch configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setCountDownLatchConfigs(Map<String,CountDownLatchConfig> countDownLatchConfigs)
Sets the map of CountDownLatch configurations, mapped by config name.
|
Constructor and Description |
---|
CountDownLatchConfig(CountDownLatchConfig config)
Creates a CountDownLatchConfig by cloning another one.
|
Modifier and Type | Method and Description |
---|---|
CountDownLatchConfig |
DynamicConfigurationAwareConfig.findCountDownLatchConfig(String name) |
CountDownLatchConfig |
ClusterWideConfigurationService.findCountDownLatchConfig(String name) |
CountDownLatchConfig |
ConfigurationService.findCountDownLatchConfig(String name)
Finds existing CountDownLatch config.
|
CountDownLatchConfig |
DynamicConfigurationAwareConfig.getCountDownLatchConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,CountDownLatchConfig> |
DynamicConfigurationAwareConfig.getCountDownLatchConfigs() |
Map<String,CountDownLatchConfig> |
ClusterWideConfigurationService.getCountDownLatchConfigs() |
Map<String,CountDownLatchConfig> |
ConfigurationService.getCountDownLatchConfigs()
Returns all registered CountDownLatchConfig configurations.
|
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.addCountDownLatchConfig(CountDownLatchConfig countDownLatchConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setCountDownLatchConfigs(Map<String,CountDownLatchConfig> countDownLatchConfigs) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.