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 |
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. |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.