1 #ifndef __IXRD_CEPH_READV_ADAPTER_HH__
2 #define __IXRD_CEPH_READV_ADAPTER_HH__
Designed to hold individual extents, but itself provide Extent-like capabilities Useful in cases of c...
Interface to the logic of dealing with readV requests.
virtual ~IXrdCephReadVAdapter()
virtual std::vector< ExtentHolder > convert(const ExtentHolder &extentsIn)=0
Take in a set of extents representing the readV requests. return a vector of each combined read reque...
is a simple implementation of IXrdCephBufferData using std::vector<char> representation for the buffe...