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