MCPcopy Create free account
hub / github.com/alibaba/euler / RpcClientBase

Method RpcClientBase

euler/client/rpc_client.h:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43class RpcClientBase : public RpcClient {
44 public:
45 RpcClientBase() : rpc_manager_(ImplFactory<RpcManager>::New()),
46 num_retries_(kRpcRetryCount) { }
47
48 bool Initialize(std::shared_ptr<ServerMonitor> monitor,
49 size_t shard_index, const GraphConfig &config) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected