Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.config.matcher |
Provides implementations for
ConfigPatternMatcher . |
com.hazelcast.internal.config |
Contains functionality for Hazelcast configurations.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
com.hazelcast.internal.dynamicconfig.search |
Classes related to Config Search.
|
Modifier and Type | Method and Description |
---|---|
ConfigPatternMatcher |
ClientConfig.getConfigPatternMatcher()
Returns the pattern matcher which is used to match item names to
configuration objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConfig.setConfigPatternMatcher(ConfigPatternMatcher configPatternMatcher)
Sets the pattern matcher which is used to match item names to
configuration objects.
|
Modifier and Type | Method and Description |
---|---|
ConfigPatternMatcher |
ClientDynamicClusterConfig.getConfigPatternMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
ClientDynamicClusterConfig.setConfigPatternMatcher(ConfigPatternMatcher configPatternMatcher) |
Modifier and Type | Method and Description |
---|---|
ConfigPatternMatcher |
Config.getConfigPatternMatcher()
Returns the pattern matcher which is used to match item names to
configuration objects.
|
Modifier and Type | Method and Description |
---|---|
void |
Config.setConfigPatternMatcher(ConfigPatternMatcher configPatternMatcher)
Sets the pattern matcher which is used to match item names to
configuration objects.
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyMatchingPointConfigPatternMatcher
Deprecated.
|
class |
LegacyWildcardConfigPatternMatcher
Deprecated.
|
class |
MatchingPointConfigPatternMatcher
This
ConfigPatternMatcher supports a simplified wildcard matching. |
class |
RegexConfigPatternMatcher
This
ConfigPatternMatcher uses Java regular expressions for matching. |
class |
WildcardConfigPatternMatcher
This
ConfigPatternMatcher supports a simplified wildcard matching. |
Modifier and Type | Method and Description |
---|---|
static <T extends NamedConfig> |
ConfigUtils.getConfig(ConfigPatternMatcher configPatternMatcher,
Map<String,T> configs,
String name,
Class clazz)
Returns a config for the given name, creating one
if necessary and adding it to the collection of known configurations.
|
static <T> T |
ConfigUtils.getConfig(ConfigPatternMatcher configPatternMatcher,
Map<String,T> configs,
String name,
Class clazz,
BiConsumer<T,String> nameSetter)
Similar to
ConfigUtils.getConfig(ConfigPatternMatcher, Map, String, Class)
This method is introduced specifically for solving problem of EventJournalConfig
use ConfigUtils.getConfig(ConfigPatternMatcher, Map, String, Class) along with NamedConfig
where possible |
static <T> T |
ConfigUtils.lookupByPattern(ConfigPatternMatcher configPatternMatcher,
Map<String,T> configPatterns,
String itemName) |
Modifier and Type | Method and Description |
---|---|
ConfigPatternMatcher |
DynamicConfigurationAwareConfig.getConfigPatternMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicConfigurationAwareConfig.setConfigPatternMatcher(ConfigPatternMatcher configPatternMatcher) |
Modifier and Type | Method and Description |
---|---|
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.