| Package | Description |
|---|---|
| org.apache.dubbo.rpc.cluster.router.condition.matcher.pattern.range | |
| org.apache.dubbo.rpc.cluster.router.condition.matcher.pattern.wildcard |
| Modifier and Type | Class and Description |
|---|---|
class |
RangeValuePattern
Matches with patterns like 'key=1~100', 'key=~100' or 'key=1~'
|
| Modifier and Type | Class and Description |
|---|---|
class |
WildcardValuePattern
Matches with patterns like 'key=hello', 'key=hello*', 'key=*hello', 'key=h*o' or 'key=*'
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.