public class DubboMatchRequest extends Object
| 构造器和说明 |
|---|
DubboMatchRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
DubboAttachmentMatch |
getAttachments() |
Map<String,StringMatch> |
getHeaders() |
DubboMethodMatch |
getMethod() |
String |
getName() |
Map<String,String> |
getSourceLabels() |
DoubleMatch |
getThreshold() |
static boolean |
isMatch(DubboMatchRequest dubboMatchRequest,
String methodName,
String[] parameterTypeList,
Object[] parameters,
Map<String,String> sourceLabels,
Map<String,String> eagleeyeContext,
Map<String,String> dubboContext,
Map<String,String> headers) |
void |
setAttachments(DubboAttachmentMatch attachments) |
void |
setHeaders(Map<String,StringMatch> headers) |
void |
setMethod(DubboMethodMatch method) |
void |
setName(String name) |
void |
setSourceLabels(Map<String,String> sourceLabels) |
void |
setThreshold(DoubleMatch threshold) |
String |
toString() |
public String getName()
public void setName(String name)
public DubboMethodMatch getMethod()
public void setMethod(DubboMethodMatch method)
public DubboAttachmentMatch getAttachments()
public void setAttachments(DubboAttachmentMatch attachments)
public Map<String,StringMatch> getHeaders()
public void setHeaders(Map<String,StringMatch> headers)
public DoubleMatch getThreshold()
public void setThreshold(DoubleMatch threshold)
public static boolean isMatch(DubboMatchRequest dubboMatchRequest, String methodName, String[] parameterTypeList, Object[] parameters, Map<String,String> sourceLabels, Map<String,String> eagleeyeContext, Map<String,String> dubboContext, Map<String,String> headers)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.