| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc.cluster.router.condition.matcher.pattern.range | |
| org.apache.dubbo.rpc.cluster.router.condition.matcher.pattern.wildcard |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RangeValuePattern
Matches with patterns like 'key=1~100', 'key=~100' or 'key=1~'
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
WildcardValuePattern
Matches with patterns like 'key=hello', 'key=hello*', 'key=*hello', 'key=h*o' or 'key=*'
This pattern evaluator must be the last one being executed.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.