Go to the source code of this file.
|
void | Deinitialize () |
| Deinitialize VFS layer. More...
|
|
std::string | FillFilePattern (const std::string &pathbase, size_t worker, size_t file_part) |
|
FileList | Glob (const std::vector< std::string > &globlist, const GlobType >ype=GlobType::All) |
| Reads a glob path list and deliver a file list, sizes, and prefixsums (in bytes) for all matching files. More...
|
|
FileList | Glob (const std::string &glob, const GlobType >ype=GlobType::All) |
| Reads a glob path list and deliver a file list, sizes, and prefixsums (in bytes) for all matching files. More...
|
|
void | Initialize () |
| Initialize VFS layer. More...
|
|
bool | IsCompressed (const std::string &path) |
|
bool | IsRemoteUri (const std::string &path) |
| Returns true, if file at filepath is a remote uri like s3:// or hdfs://. More...
|
|
ReadStreamPtr | OpenReadStream (const std::string &path, const common::Range &range=common::Range()) |
| Construct reader for given path uri. More...
|
|
WriteStreamPtr | OpenWriteStream (const std::string &path) |
|
std::ostream & | operator<< (std::ostream &os, const Type &t) |
|