| 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 | 
|---|---|
| ConfigPatternMatcher | ClientConfig. getConfigPatternMatcher()Returns the pattern matcher which is used to match item names to
 configuration objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConfig | 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 | Config. getConfigPatternMatcher()Returns the pattern matcher which is used to match item names to
 configuration objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | 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  | MatchingPointConfigPatternMatcherThis  ConfigPatternMatchersupports a simplified wildcard matching. | 
| class  | RegexConfigPatternMatcherThis  ConfigPatternMatcheruses Java regular expressions for matching. | 
| class  | WildcardConfigPatternMatcherThis  ConfigPatternMatchersupports a simplified wildcard matching. | 
Copyright © 2024 Hazelcast, Inc.. All rights reserved.