#include <sys/types.h>
#include "IXrdCephBufferData.hh"
#include "ICephIOAdapter.hh"
#include "BufferUtils.hh"
#include <chrono>
#include <memory>
#include <atomic>
#include <condition_variable>
#include <mutex>
#include "XrdSfs/XrdSfsAio.hh"
Go to the source code of this file.
|
class | XrdCephBuffer::CephBufSfsAio |
|
class | XrdCephBuffer::CephIOAdapterAIORaw |
| Implements a non-async read and write to ceph via aio ceph_posix calls Using the standard ceph_posix_aio calls do the actual read and write operations. No ownership is taken on the buffer that's passed via the constructor Although using aio calls, we block here until the data has been read/written. More...
|
|