| Package | Description | 
|---|---|
| com.hazelcast.client.config | Contains classes related to config for com.hazelcast.client | 
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.config.matcher | Provides implementations for  ConfigPatternMatcher. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientConfig. 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  | LegacyMatchingPointConfigPatternMatcherDeprecated.  | 
| class  | LegacyWildcardConfigPatternMatcherDeprecated.  | 
| class  | MatchingPointConfigPatternMatcherThis  ConfigPatternMatchersupports a simplified wildcard matching. | 
| class  | RegexConfigPatternMatcherThis  ConfigPatternMatcheruses Java regular expressions for matching. | 
| class  | WildcardConfigPatternMatcherThis  ConfigPatternMatchersupports a simplified wildcard matching. | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.