17 #ifndef __MESOS_PROVISIONER_AUFS_HPP__ 18 #define __MESOS_PROVISIONER_AUFS_HPP__ 27 class AufsBackendProcess;
52 const std::vector<std::string>& layers,
53 const std::string& rootfs,
54 const std::string& backendDir)
override;
57 const std::string& rootfs,
58 const std::string& backendDir)
override;
73 #endif // __MESOS_PROVISIONER_AUFS_HPP__ static Try< process::Owned< Backend > > create(const Flags &)
process::Future< bool > destroy(const std::string &rootfs, const std::string &backendDir) override
Definition: backend.hpp:38
process::Future< Option< std::vector< Path > > > provision(const std::vector< std::string > &layers, const std::string &rootfs, const std::string &backendDir) override
Definition: attributes.hpp:24
Definition: executor.hpp:48
Definition: future.hpp:58