|
Apache Mesos
|
Go to the source code of this file.
Namespaces | |
| mesos | |
| mesos::internal | |
| mesos::internal::command | |
Enumerations | |
| enum | mesos::internal::command::Compression { mesos::internal::command::Compression::GZIP, mesos::internal::command::Compression::BZIP2, mesos::internal::command::Compression::XZ } |
Functions | |
| process::Future< Nothing > | mesos::internal::command::tar (const Path &input, const Path &output, const Option< Path > &directory=None(), const Option< Compression > &compression=None()) |
| Tar(archive) the file/directory to produce output file. More... | |
| process::Future< Nothing > | mesos::internal::command::untar (const Path &input, const Option< Path > &directory=None()) |
| Untar(unarchive) the given file. More... | |
| process::Future< std::string > | mesos::internal::command::sha512 (const Path &input) |
| Computes SHA 512 checksum of a file. More... | |
| process::Future< Nothing > | mesos::internal::command::gzip (const Path &input) |
| Compresses the given input file in GZIP format. More... | |
| process::Future< Nothing > | mesos::internal::command::decompress (const Path &input) |
| Decompresses given input file based on its compression format. More... | |
1.8.11