Uses of Class
com.microsoft.azure.kusto.data.auth.endpoints.FastSuffixMatcher
-
Packages that use FastSuffixMatcher Package Description com.microsoft.azure.kusto.data.auth.endpoints -
-
Uses of FastSuffixMatcher in com.microsoft.azure.kusto.data.auth.endpoints
Methods in com.microsoft.azure.kusto.data.auth.endpoints that return FastSuffixMatcher Modifier and Type Method Description static FastSuffixMatcherFastSuffixMatcher. create(FastSuffixMatcher existing, List<MatchRule> rules)Creates a new matcher with the provided matching rules.static FastSuffixMatcherFastSuffixMatcher. create(List<MatchRule> rules)Creates a new matcher with the provided matching rules.Methods in com.microsoft.azure.kusto.data.auth.endpoints with parameters of type FastSuffixMatcher Modifier and Type Method Description static FastSuffixMatcherFastSuffixMatcher. create(FastSuffixMatcher existing, List<MatchRule> rules)Creates a new matcher with the provided matching rules.
-