| Package | Description |
|---|---|
| com.alipay.sofa.jraft.rpc | |
| com.alipay.sofa.jraft.rpc.impl |
| Modifier and Type | Method and Description |
|---|---|
default RaftRpcFactory.ConfigHelper<RpcClient> |
RaftRpcFactory.defaultJRaftClientConfigHelper(RpcOptions opts) |
default RaftRpcFactory.ConfigHelper<RpcServer> |
RaftRpcFactory.defaultJRaftServerConfigHelper(RpcOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
RpcClient |
RaftRpcFactory.createRpcClient(RaftRpcFactory.ConfigHelper<RpcClient> helper)
Creates a raft RPC client.
|
RpcServer |
RaftRpcFactory.createRpcServer(Endpoint endpoint,
RaftRpcFactory.ConfigHelper<RpcServer> helper)
Creates a raft RPC server.
|
| Modifier and Type | Method and Description |
|---|---|
RpcClient |
BoltRaftRpcFactory.createRpcClient(RaftRpcFactory.ConfigHelper<RpcClient> helper) |
RpcServer |
BoltRaftRpcFactory.createRpcServer(Endpoint endpoint,
RaftRpcFactory.ConfigHelper<RpcServer> helper) |
Copyright © 2024. All rights reserved.