MCPcopy Create free account
hub / github.com/apache/brpc / Feedback

Method Feedback

src/brpc/load_balancer.h:100–100  ·  view source on GitHub ↗

Feedback this balancer with CallInfo gathered before RPC finishes. This function is only called when corresponding SelectServer was successful and out->need_feedback was set to true.

Source from the content-addressed store, hash-verified

98 // This function is only called when corresponding SelectServer was
99 // successful and out->need_feedback was set to true.
100 virtual void Feedback(const CallInfo& /*info*/) { }
101
102 // Create/destroy an instance.
103 // Caller is responsible for Destroy() the instance after usage.

Callers 3

TEST_FFunction · 0.45
FeedbackMethod · 0.45
OnCompleteMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36