| 415 | |
| 416 | int64_t bytes_limit() { return bytes_limit_; } |
| 417 | int priority() { return priority_; } |
| 418 | const string& path() { return path_; } |
| 419 | IntGauge* bytes_used_metric() const { return bytes_used_metric_; } |
| 420 | virtual bool is_local() { return false; } |
no outgoing calls