| 程序包 | 说明 |
|---|---|
| org.apache.shenyu.common.enums |
| 限定符和类型 | 方法和说明 |
|---|---|
static RpcTypeEnum |
RpcTypeEnum.acquireByName(java.lang.String name)
acquireByName.
|
static RpcTypeEnum |
RpcTypeEnum.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static RpcTypeEnum[] |
RpcTypeEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static java.util.List<RpcTypeEnum> |
RpcTypeEnum.acquireSupportMetadatas()
acquire operator support Metadata RPC type.
|
static java.util.List<RpcTypeEnum> |
RpcTypeEnum.acquireSupports()
acquire operator supports.
|
static java.util.List<RpcTypeEnum> |
RpcTypeEnum.acquireSupportURIs()
acquire operator support URI RPC type.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.