Apache Mesos
|
Classes | |
struct | VolumePath |
Functions | |
Try< std::list< std::string > > | getContainerPaths (const std::string &rootDir, const std::string &type, const std::string &name) |
std::string | getContainerPath (const std::string &rootDir, const std::string &type, const std::string &name, const ContainerID &containerId) |
std::string | getContainerInfoPath (const std::string &rootDir, const std::string &type, const std::string &name, const ContainerID &containerId) |
std::string | getEndpointDirSymlinkPath (const std::string &rootDir, const std::string &type, const std::string &name, const ContainerID &containerId) |
Try< std::string > | getEndpointSocketPath (const std::string &rootDir, const std::string &type, const std::string &name, const ContainerID &containerId) |
Try< std::list< std::string > > | getVolumePaths (const std::string &rootDir, const std::string &type, const std::string &name) |
std::string | getVolumePath (const std::string &rootDir, const std::string &type, const std::string &name, const std::string &volumeId) |
Try< VolumePath > | parseVolumePath (const std::string &rootDir, const std::string &dir) |
std::string | getVolumeStatePath (const std::string &rootDir, const std::string &type, const std::string &name, const std::string &volumeId) |
std::string | getMountRootDir (const std::string &rootDir, const std::string &type, const std::string &name) |
std::string | getMountPath (const std::string &rootDir, const std::string &type, const std::string &name, const std::string &volumeId) |
std::string mesos::csi::paths::getContainerInfoPath | ( | const std::string & | rootDir, |
const std::string & | type, | ||
const std::string & | name, | ||
const ContainerID & | containerId | ||
) |
std::string mesos::csi::paths::getContainerPath | ( | const std::string & | rootDir, |
const std::string & | type, | ||
const std::string & | name, | ||
const ContainerID & | containerId | ||
) |
Try<std::list<std::string> > mesos::csi::paths::getContainerPaths | ( | const std::string & | rootDir, |
const std::string & | type, | ||
const std::string & | name | ||
) |
std::string mesos::csi::paths::getEndpointDirSymlinkPath | ( | const std::string & | rootDir, |
const std::string & | type, | ||
const std::string & | name, | ||
const ContainerID & | containerId | ||
) |
Try<std::string> mesos::csi::paths::getEndpointSocketPath | ( | const std::string & | rootDir, |
const std::string & | type, | ||
const std::string & | name, | ||
const ContainerID & | containerId | ||
) |
std::string mesos::csi::paths::getMountPath | ( | const std::string & | rootDir, |
const std::string & | type, | ||
const std::string & | name, | ||
const std::string & | volumeId | ||
) |
std::string mesos::csi::paths::getMountRootDir | ( | const std::string & | rootDir, |
const std::string & | type, | ||
const std::string & | name | ||
) |
std::string mesos::csi::paths::getVolumePath | ( | const std::string & | rootDir, |
const std::string & | type, | ||
const std::string & | name, | ||
const std::string & | volumeId | ||
) |
Try<std::list<std::string> > mesos::csi::paths::getVolumePaths | ( | const std::string & | rootDir, |
const std::string & | type, | ||
const std::string & | name | ||
) |
std::string mesos::csi::paths::getVolumeStatePath | ( | const std::string & | rootDir, |
const std::string & | type, | ||
const std::string & | name, | ||
const std::string & | volumeId | ||
) |
Try<VolumePath> mesos::csi::paths::parseVolumePath | ( | const std::string & | rootDir, |
const std::string & | dir | ||
) |