![]() |
XRootD
|
#include <sys/types.h>
#include "IXrdCephBufferData.hh"
#include "ICephIOAdapter.hh"
#include "BufferUtils.hh"
#include <chrono>
#include <memory>
#include <atomic>
Go to the source code of this file.
Classes | |
class | XrdCephBuffer::CephIOAdapterRaw |
Implements a non-async read and write to ceph via ceph_posix calls Using the standard ceph_posix_ calls do the actual read and write operations. No ownership is taken on the buffer that's passed via the constructor. More... | |
Namespaces | |
XrdCephBuffer | |
is a simple implementation of IXrdCephBufferData using std::vector<char> representation for the buffer | |