public class ContainerContextMatcher extends Object implements ContainerSignatureMatcher
| Constructor and Description |
|---|
ContainerContextMatcher() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> |
getAdditionalResources(Map<String,org.apache.hadoop.yarn.api.records.LocalResource> lr1,
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> lr2) |
boolean |
isExactMatch(Object cs1,
Object cs2) |
boolean |
isSuperSet(Object cs1,
Object cs2) |
Object |
union(Object cs1,
Object cs2) |
public boolean isSuperSet(Object cs1, Object cs2)
isSuperSet in interface ContainerSignatureMatcherpublic boolean isExactMatch(Object cs1, Object cs2)
isExactMatch in interface ContainerSignatureMatcherpublic Map<String,org.apache.hadoop.yarn.api.records.LocalResource> getAdditionalResources(Map<String,org.apache.hadoop.yarn.api.records.LocalResource> lr1, Map<String,org.apache.hadoop.yarn.api.records.LocalResource> lr2)
getAdditionalResources in interface ContainerSignatureMatcherpublic Object union(Object cs1, Object cs2)
union in interface ContainerSignatureMatcherCopyright © 2021 Apache Software Foundation. All rights reserved.