| 414 | virtual Status GetConnection(TmpFileMgr* tmp_mgr, hdfsFS* conn) = 0; |
| 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_; } |
no outgoing calls