Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.client.impl |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConfig.setConfigPatternMatcher(ConfigPatternMatcher configPatternMatcher) |
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() |
Modifier and Type | Method and Description |
---|---|
void |
Config.setConfigPatternMatcher(ConfigPatternMatcher configPatternMatcher) |
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> 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) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.