类 DubboAttachmentMatch
- java.lang.Object
-
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
-
public class DubboAttachmentMatch extends Object
-
-
构造器概要
构造器 构造器 说明 DubboAttachmentMatch()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 Map<String,StringMatch>getDubbocontext()Map<String,StringMatch>getEagleeyecontext()static booleanisMatch(DubboAttachmentMatch dubboAttachmentMatch, Map<String,String> eagleeyeContext, Map<String,String> dubboContext)voidsetDubbocontext(Map<String,StringMatch> dubbocontext)voidsetEagleeyecontext(Map<String,StringMatch> eagleeyecontext)
-
-
-
方法详细资料
-
getEagleeyecontext
public Map<String,StringMatch> getEagleeyecontext()
-
setEagleeyecontext
public void setEagleeyecontext(Map<String,StringMatch> eagleeyecontext)
-
getDubbocontext
public Map<String,StringMatch> getDubbocontext()
-
setDubbocontext
public void setDubbocontext(Map<String,StringMatch> dubbocontext)
-
-