| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReliableIdGeneratorConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
| Modifier and Type | Method and Description |
|---|---|
ReliableIdGeneratorConfig |
Config.findReliableIdGeneratorConfig(String name)
Returns a
ReliableIdGeneratorConfig configuration for the given reliable ID generator name. |
ReliableIdGeneratorConfig |
Config.getReliableIdGeneratorConfig(String name)
Returns the
ReliableIdGeneratorConfig for the given name, creating
one if necessary and adding it to the collection of known configurations. |
ReliableIdGeneratorConfig |
ReliableIdGeneratorConfigReadOnly.setPrefetchCount(int prefetchCount)
Deprecated.
|
ReliableIdGeneratorConfig |
ReliableIdGeneratorConfig.setPrefetchCount(int prefetchCount)
How many IDs are pre-fetched on the background when one call to
ReliableIdGenerator.newId() is made. |
ReliableIdGeneratorConfig |
ReliableIdGeneratorConfigReadOnly.setPrefetchValidityMillis(long prefetchValidityMs)
Deprecated.
|
ReliableIdGeneratorConfig |
ReliableIdGeneratorConfig.setPrefetchValidityMillis(long prefetchValidityMs)
For how long the pre-fetched IDs can be used.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ReliableIdGeneratorConfig> |
Config.getReliableIdGeneratorConfigs()
Returns the map of
ReliableIdGenerator configurations,
mapped by config name. |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.addReliableIdGeneratorConfig(ReliableIdGeneratorConfig config)
Adds a reliable ID generator configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.setReliableIdGeneratorConfigs(Map<String,ReliableIdGeneratorConfig> map)
Sets the map of
ReliableIdGenerator configurations,
mapped by config name. |
| Constructor and Description |
|---|
ReliableIdGeneratorConfig(ReliableIdGeneratorConfig other)
Copy-constructor
|
| Modifier and Type | Method and Description |
|---|---|
ReliableIdGeneratorConfig |
DynamicConfigurationAwareConfig.findReliableIdGeneratorConfig(String name) |
ReliableIdGeneratorConfig |
ClusterWideConfigurationService.findReliableIdGeneratorConfig(String baseName) |
ReliableIdGeneratorConfig |
ConfigurationService.findReliableIdGeneratorConfig(String name)
Finds existing ReliableIdGeneratorConfig config.
|
ReliableIdGeneratorConfig |
DynamicConfigurationAwareConfig.getReliableIdGeneratorConfig(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ReliableIdGeneratorConfig> |
DynamicConfigurationAwareConfig.getReliableIdGeneratorConfigs() |
Map<String,ReliableIdGeneratorConfig> |
ClusterWideConfigurationService.getReliableIdGeneratorConfigs() |
Map<String,ReliableIdGeneratorConfig> |
ConfigurationService.getReliableIdGeneratorConfigs()
Returns all registered ReliableIdGenerator configurations.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
DynamicConfigurationAwareConfig.addReliableIdGeneratorConfig(ReliableIdGeneratorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Config |
DynamicConfigurationAwareConfig.setReliableIdGeneratorConfigs(Map<String,ReliableIdGeneratorConfig> map) |
Copyright © 2018. All Rights Reserved.