1 #ifndef __ICEPH_IO_ADAPTER_HH__
2 #define __ICEPH_IO_ADAPTER_HH__
12 #include <sys/types.h>
28 virtual ssize_t
write(off64_t offset,
size_t count) = 0;
29 virtual ssize_t
read(off64_t offset,
size_t count) = 0;
Manage the actual IO operations that read and write the data into Ceph via librados striper....
virtual ssize_t write(off64_t offset, size_t count)=0
write from buffer into ceph
virtual ~ICephIOAdapter()
virtual ssize_t read(off64_t offset, size_t count)=0
read from ceph into the buffer
is a simple implementation of IXrdCephBufferData using std::vector<char> representation for the buffe...