Class MatchingPointConfigPatternMatcher

java.lang.Object
com.hazelcast.config.matcher.MatchingPointConfigPatternMatcher
All Implemented Interfaces:
ConfigPatternMatcher

public class MatchingPointConfigPatternMatcher
extends Object
implements ConfigPatternMatcher
This ConfigPatternMatcher supports a simplified wildcard matching. See "Config.md ## Using Wildcard" for details about the syntax options.

In addition the candidates are weighted by the best match. The best result is returned. Throws InvalidConfigurationException is multiple configurations are found.

  • Constructor Details

    • MatchingPointConfigPatternMatcher

      public MatchingPointConfigPatternMatcher()
  • Method Details