IPatternMatcher Interface
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net.dll
Provides a strategy to match an item name to a configuration pattern.
public interface IPatternMatcher
Remarks
A pattern matcher is used to retrieve the configuration of a particular item, based
upon its name. If no configuration matches, the pattern matcher returns null
. If
multiple configurations match, the pattern matcher throws a ConfigurationException.
Methods
Matches(IEnumerable<String>, String) | Gets the best match for an item name out of a list of configuration patterns. |