Container for space information.
More...
#include <XrdClFileSystemUtils.hh>
Container for space information.
XrdCl::FileSystemUtils::SpaceInfo::SpaceInfo |
( |
uint64_t |
total, |
|
|
uint64_t |
free, |
|
|
uint64_t |
used, |
|
|
uint64_t |
largestChunk |
|
) |
| |
|
inline |
uint64_t XrdCl::FileSystemUtils::SpaceInfo::GetFree |
( |
| ) |
const |
|
inline |
Amount of free space in MB.
References pFree.
uint64_t XrdCl::FileSystemUtils::SpaceInfo::GetLargestFreeChunk |
( |
| ) |
const |
|
inline |
uint64_t XrdCl::FileSystemUtils::SpaceInfo::GetTotal |
( |
| ) |
const |
|
inline |
Amount of total space in MB.
References pTotal.
uint64_t XrdCl::FileSystemUtils::SpaceInfo::GetUsed |
( |
| ) |
const |
|
inline |
Amount of used space in MB.
References pUsed.
uint64_t XrdCl::FileSystemUtils::SpaceInfo::pFree |
|
private |
uint64_t XrdCl::FileSystemUtils::SpaceInfo::pLargestChunk |
|
private |
uint64_t XrdCl::FileSystemUtils::SpaceInfo::pTotal |
|
private |
uint64_t XrdCl::FileSystemUtils::SpaceInfo::pUsed |
|
private |
The documentation for this class was generated from the following file: