Package | Description |
---|---|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
com.hazelcast.internal.dynamicconfig.search |
Classes related to Config Search.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterWideConfigurationService |
Modifier and Type | Method and Description |
---|---|
void |
DynamicConfigurationAwareConfig.setConfigurationService(ConfigurationService configurationService) |
Modifier and Type | Method and Description |
---|---|
T |
ConfigSupplier.getDynamicConfig(ConfigurationService configurationService,
String name)
Get dynamic configuration for the given name
|
static <T extends IdentifiedDataSerializable> |
ConfigSearch.searcherFor(Config staticConfig,
ConfigurationService configurationService,
ConfigPatternMatcher configPatternMatcher,
boolean isStaticFirst)
Factory method for creating
Searcher instances |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.