| Package | Description |
|---|---|
| com.alipay.sofa.jraft.rpc | |
| com.alipay.sofa.jraft.rpc.impl | |
| com.alipay.sofa.jraft.rpc.impl.core |
| Modifier and Type | Method and Description |
|---|---|
default RpcClient |
RaftRpcFactory.createRpcClient()
Creates a raft RPC client.
|
RpcClient |
RaftRpcFactory.createRpcClient(RaftRpcFactory.ConfigHelper<RpcClient> helper)
Creates a raft RPC client.
|
| Modifier and Type | Method and Description |
|---|---|
default RaftRpcFactory.ConfigHelper<RpcClient> |
RaftRpcFactory.defaultJRaftClientConfigHelper(RpcOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
RpcClient |
RaftRpcFactory.createRpcClient(RaftRpcFactory.ConfigHelper<RpcClient> helper)
Creates a raft RPC client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoltRpcClient
Bolt rpc client impl.
|
| Modifier and Type | Field and Description |
|---|---|
protected RpcClient |
AbstractClientService.rpcClient |
| Modifier and Type | Method and Description |
|---|---|
RpcClient |
BoltRaftRpcFactory.createRpcClient(RaftRpcFactory.ConfigHelper<RpcClient> helper) |
RpcClient |
AbstractClientService.getRpcClient() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractClientService.configRpcClient(RpcClient rpcClient) |
| Modifier and Type | Method and Description |
|---|---|
RpcClient |
BoltRaftRpcFactory.createRpcClient(RaftRpcFactory.ConfigHelper<RpcClient> helper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultRaftClientService.configRpcClient(RpcClient rpcClient) |
Copyright © 2024. All rights reserved.