| 621 | Status HadoopFileSystem::Disconnect() { return impl_->Disconnect(); } |
| 622 | |
| 623 | bool HadoopFileSystem::Exists(const std::string& path) { return impl_->Exists(path); } |
| 624 | |
| 625 | Status HadoopFileSystem::GetPathInfo(const std::string& path, HdfsPathInfo* info) { |
| 626 | return impl_->GetPathInfo(path, info); |
no outgoing calls