Uses of Interface
com.hazelcast.config.ConfigPatternMatcher
Package
Description
Contains classes related to config for com.hazelcast.client
Provides implementations for
ConfigPatternMatcher
.-
Uses of ConfigPatternMatcher in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientConfig.getConfigPatternMatcher()
Returns the pattern matcher which is used to match item names to configuration objects.Modifier 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
Modifier and TypeClassDescriptionclass
ThisConfigPatternMatcher
supports a simplified wildcard matching.