| 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  | 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. | 
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends IdentifiedDataSerializable> | ConfigSearch. searcherFor(Config staticConfig,
           ConfigurationService configurationService,
           ConfigPatternMatcher configPatternMatcher,
           boolean isStaticFirst)Factory method for creating  Searcherinstances | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.