|
dmlite
0.6
|
I/O API. Abstracts how to write or read to/from a disk within a pool. More...
#include "dmlite/common/config.h"#include "base.h"#include "exceptions.h"#include "utils/extensible.h"#include <fcntl.h>#include <map>#include <sys/stat.h>#include <sys/uio.h>

Go to the source code of this file.
Classes | |
| class | dmlite::IOHandler |
| IO interface. More... | |
| class | dmlite::IODriver |
| IO Driver. More... | |
| class | dmlite::IODriverFactory |
| Plug-ins must implement a concrete factory to be instantiated. More... | |
Namespaces | |
| dmlite | |
| Namespace for the dmlite C++ API. | |
I/O API. Abstracts how to write or read to/from a disk within a pool.
1.8.15