We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097d5d0 commit 4fcc1dbCopy full SHA for 4fcc1db
src/client/impl/internal/local_dc_detector/local_dc_detector.h
@@ -25,7 +25,6 @@ class TLocalDCDetector {
25
using TEndpoint = Ydb::Discovery::EndpointInfo;
26
using TEndpointRef = std::reference_wrapper<const TEndpoint>;
27
using TEndpointsByLocation = std::unordered_map<std::string, std::vector<TEndpointRef>>;
28
- using TMeasureResult = std::pair<std::string, std::uint64_t>;
29
30
TEndpointsByLocation GroupEndpointsByLocation(const Ydb::Discovery::ListEndpointsResult& endpointsList) const;
31
void SampleEndpoints(TEndpointsByLocation& endpointsByLocation) const;
0 commit comments