public class CombiningMatcher extends Object
| Constructor and Description |
|---|
CombiningMatcher(MatcherCombiner combiner,
List<AttributeMatcher> delegates) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<AttributeMatcher> |
attributeMatchers() |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
match(String key,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
static CombiningMatcher |
of(Matcher matcher) |
static CombiningMatcher |
of(String attribute,
Matcher matcher) |
String |
toString() |
public CombiningMatcher(MatcherCombiner combiner, List<AttributeMatcher> delegates)
public static CombiningMatcher of(Matcher matcher)
public static CombiningMatcher of(String attribute, Matcher matcher)
public boolean match(String key, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)
public com.google.common.collect.ImmutableList<AttributeMatcher> attributeMatchers()
Copyright © 2019. All rights reserved.