dmlite  0.6
Classes | Namespaces | Typedefs
poolmanager.h File Reference

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>
Include dependency graph for poolmanager.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Pool API.

Author
Alejandro Álvarez Ayllón aalva.nosp@m.rez@.nosp@m.cern..nosp@m.ch