| 程序包 | 说明 |
|---|---|
| org.apache.ratis | |
| org.apache.ratis.rpc |
| 限定符和类型 | 方法和说明 |
|---|---|
static RpcType |
RaftConfigKeys.Rpc.type(RaftProperties properties,
Consumer<String> logger) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
RaftConfigKeys.Rpc.setType(RaftProperties properties,
RpcType type) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SupportedRpcType
The RPC types supported.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RpcType |
RpcType.Get.getRpcType() |
static RpcType |
RpcType.valueOf(String rpcType)
Parse the given string as a
SupportedRpcType
or a user-defined RpcType. |
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.