public final class DubboUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SENTINEL_DUBBO_APPLICATION_KEY |
| Modifier and Type | Method and Description |
|---|---|
static String |
getApplication(org.apache.dubbo.rpc.Invocation invocation,
String defaultValue) |
static String |
getInterfaceName(org.apache.dubbo.rpc.Invoker invoker) |
static String |
getInterfaceName(org.apache.dubbo.rpc.Invoker<?> invoker,
Boolean useGroupAndVersion) |
static String |
getInterfaceName(org.apache.dubbo.rpc.Invoker<?> invoker,
String prefix) |
static String |
getMethodResourceName(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation) |
static String |
getMethodResourceName(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation,
Boolean useGroupAndVersion) |
static String |
getMethodResourceName(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation,
String prefix) |
public static final String SENTINEL_DUBBO_APPLICATION_KEY
public static String getApplication(org.apache.dubbo.rpc.Invocation invocation, String defaultValue)
public static String getMethodResourceName(org.apache.dubbo.rpc.Invoker<?> invoker, org.apache.dubbo.rpc.Invocation invocation)
public static String getMethodResourceName(org.apache.dubbo.rpc.Invoker<?> invoker, org.apache.dubbo.rpc.Invocation invocation, Boolean useGroupAndVersion)
public static String getMethodResourceName(org.apache.dubbo.rpc.Invoker<?> invoker, org.apache.dubbo.rpc.Invocation invocation, String prefix)
public static String getInterfaceName(org.apache.dubbo.rpc.Invoker invoker)
public static String getInterfaceName(org.apache.dubbo.rpc.Invoker<?> invoker, Boolean useGroupAndVersion)
Copyright © 2021 Alibaba Group. All rights reserved.