| Package | Description |
|---|---|
| org.apache.ratis | |
| org.apache.ratis.rpc |
| Modifier and Type | Method and Description |
|---|---|
static RpcType |
RaftConfigKeys.Rpc.type(RaftProperties properties,
Consumer<String> logger) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RaftConfigKeys.Rpc.setType(RaftProperties properties,
RpcType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
SupportedRpcType
The RPC types supported.
|
| Modifier and Type | Method and Description |
|---|---|
RpcType |
RpcType.Get.getRpcType() |
static RpcType |
RpcType.valueOf(String rpcType)
Parse the given string as a
SupportedRpcType
or a user-defined RpcType. |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.