Uses of Interface
com.hazelcast.config.ConfigPatternMatcher

Packages that use ConfigPatternMatcher
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
 

Uses of ConfigPatternMatcher in com.hazelcast.client.config
 

Methods in com.hazelcast.client.config with parameters of type ConfigPatternMatcher
 void ClientConfig.setConfigPatternMatcher(ConfigPatternMatcher configPatternMatcher)
           
 

Uses of ConfigPatternMatcher in com.hazelcast.config
 

Methods in com.hazelcast.config that return ConfigPatternMatcher
 ConfigPatternMatcher Config.getConfigPatternMatcher()
           
 

Methods in com.hazelcast.config with parameters of type ConfigPatternMatcher
 void Config.setConfigPatternMatcher(ConfigPatternMatcher configPatternMatcher)
           
 

Uses of ConfigPatternMatcher in com.hazelcast.config.matcher
 

Classes in com.hazelcast.config.matcher that implement ConfigPatternMatcher
 class LegacyMatchingPointConfigPatternMatcher
          Deprecated. 
 class LegacyWildcardConfigPatternMatcher
          Deprecated. 
 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 © 2015 Hazelcast, Inc.. All Rights Reserved.