MCPcopy Create free account
hub / github.com/apache/impala / IsKrpcUsingUDS

Method IsKrpcUsingUDS

be/src/rpc/rpc-mgr.h:107–107  ·  view source on GitHub ↗

The following two are initialized in the constructor and always valid to call.

Source from the content-addressed store, hash-verified

105
106 /// The following two are initialized in the constructor and always valid to call.
107 bool IsKrpcUsingUDS() const { return krpc_use_uds_; }
108 const UdsAddressUniqueIdPB& GetUdsAddressUniqueId() { return uds_addr_unique_id_; }
109
110 /// Initializes the reactor threads, and prepares for sending outbound RPC requests. All

Callers 1

ExecShutdownRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected