dmlite
0.6
|
Pool API. More...
#include "dmlite/common/config.h"
#include "base.h"
#include "exceptions.h"
#include "pooldriver.h"
#include "utils/extensible.h"
#include "dmlite/c/pool.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | dmlite::Pool |
Internal interface for handling pool metadata. More... | |
struct | dmlite::xferprogmarker |
Progress markers for file copies. FTS jargon calls these "FTS performance markers" beware, we assume that this structure is identical to the one defined in the C API. More... | |
class | dmlite::PoolManager |
Interface for pool types. More... | |
class | dmlite::PoolManagerFactory |
Plug-ins must implement a concrete factory to be instantiated. More... | |
Namespaces | |
dmlite | |
Namespace for the dmlite C++ API. | |
Typedefs | |
typedef struct dmlite::xferprogmarker | dmlite::xferprogmarker |
Progress markers for file copies. FTS jargon calls these "FTS performance markers" beware, we assume that this structure is identical to the one defined in the C API. More... | |
Pool API.