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