| 644 | } |
| 645 | |
| 646 | Status HadoopFileSystem::ListDirectory(const std::string& path, |
| 647 | std::vector<HdfsPathInfo>* listing) { |
| 648 | return impl_->ListDirectory(path, listing); |
| 649 | } |
| 650 | |
| 651 | Status HadoopFileSystem::OpenReadable(const std::string& path, int32_t buffer_size, |
| 652 | std::shared_ptr<HdfsReadableFile>* file) { |
no outgoing calls