| 132 | KrpcDataStreamMgr* stream_mgr() { return stream_mgr_.get(); } |
| 133 | |
| 134 | CatalogServiceClientCache* catalogd_client_cache() { |
| 135 | return catalogd_client_cache_.get(); |
| 136 | } |
| 137 | CatalogServiceClientCache* catalogd_lightweight_req_client_cache() { |
| 138 | return catalogd_lightweight_req_client_cache_.get(); |
| 139 | } |
no test coverage detected