1 #ifndef __IXRD_CEPH_READV_NOOP_HH__
2 #define __IXRD_CEPH_READV_NOOP_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.
Passthrough implementation. Convertes the ReadV requests to extents and makes the request....
virtual ~XrdCephReadVNoOp()
virtual std::vector< ExtentHolder > convert(const ExtentHolder &extentsHolderInput) override
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...