| Package | Description |
|---|---|
| org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice | |
| org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StringMatch> |
DubboMatchRequest.getHeaders() |
List<StringMatch> |
DubboRoute.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
DubboMatchRequest.setHeaders(Map<String,StringMatch> headers) |
void |
DubboRoute.setServices(List<StringMatch> services) |
| Modifier and Type | Method and Description |
|---|---|
StringMatch |
DubboMethodMatch.getName_match() |
| Modifier and Type | Method and Description |
|---|---|
List<StringMatch> |
DubboMethodMatch.getArgp() |
Map<String,StringMatch> |
DubboAttachmentMatch.getDubboContext() |
Map<String,StringMatch> |
DubboMethodMatch.getHeaders() |
List<StringMatch> |
ListStringMatch.getOneof() |
Map<String,StringMatch> |
DubboAttachmentMatch.getTracingContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DubboMethodMatch.setName_match(StringMatch name_match) |
| Modifier and Type | Method and Description |
|---|---|
void |
DubboMethodMatch.setArgp(List<StringMatch> argp) |
void |
DubboAttachmentMatch.setDubboContext(Map<String,StringMatch> dubboContext) |
void |
DubboMethodMatch.setHeaders(Map<String,StringMatch> headers) |
void |
ListStringMatch.setOneof(List<StringMatch> oneof) |
void |
DubboAttachmentMatch.setTracingContext(Map<String,StringMatch> tracingContext) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.