|
Thrill
0.1
|
#include <thrill/vfs/hdfs3_file.hpp>#include <thrill/common/logger.hpp>#include <thrill/common/string.hpp>#include <tlx/die.hpp>#include <algorithm>#include <limits>#include <mutex>#include <string>#include <unordered_map>#include <utility>#include <vector>
Include dependency graph for hdfs3_file.cpp:Go to the source code of this file.
Namespaces | |
| thrill | |
| thrill::vfs | |
Functions | |
| void | Hdfs3Deinitialize () |
| void | Hdfs3Glob (const std::string &, const GlobType &, FileList &) |
| void | Hdfs3Initialize () |
| ReadStreamPtr | Hdfs3OpenReadStream (const std::string &, const common::Range &) |
| WriteStreamPtr | Hdfs3OpenWriteStream (const std::string &) |