MCPcopy Create free account
hub / github.com/baidu/tera / InSlowdownMode

Method InSlowdownMode

src/quota/ts_write_flow_controller.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 bool TryWrite(uint64_t size) { return flow_controller_.TryConsume(size); }
28
29 bool InSlowdownMode() { return flow_controller_.InFlowControlMode(); }
30
31 private:
32 TsWriteFlowController()

Callers 2

TESTFunction · 0.80
CompactTabletMethod · 0.80

Calls 1

InFlowControlModeMethod · 0.80

Tested by 1

TESTFunction · 0.64