Uses of Interface
com.hazelcast.config.ConfigPatternMatcher
Packages that use ConfigPatternMatcher
Package
Description
Contains classes related to config for com.hazelcast.client
Provides implementations for
ConfigPatternMatcher
.-
Uses of ConfigPatternMatcher in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return ConfigPatternMatcherModifier and TypeMethodDescriptionClientConfig.getConfigPatternMatcher()
Returns the pattern matcher which is used to match item names to configuration objects.Methods in com.hazelcast.client.config with parameters of type ConfigPatternMatcherModifier and TypeMethodDescriptionClientConfig.setConfigPatternMatcher
(ConfigPatternMatcher configPatternMatcher) Sets the pattern matcher which is used to match item names to configuration objects. -
Uses of ConfigPatternMatcher in com.hazelcast.config.matcher
Classes in com.hazelcast.config.matcher that implement ConfigPatternMatcherModifier and TypeClassDescriptionclass
ThisConfigPatternMatcher
supports a simplified wildcard matching.