![]() |
XRootD
|
#include <sys/types.h>
#include <vector>
#include "BufferUtils.hh"
#include "IXrdCephReadVAdapter.hh"
Go to the source code of this file.
Classes | |
class | XrdCephBuffer::XrdCephReadVBasic |
Combine requests into single reads accoriding to some basic rules. Read a minimum amount of data (2MiB default), keep adding chunks until the used fraction is lower than some threshold, or 64MiB is reached. Calling code unraveles the correct ranges for each. More... | |
Namespaces | |
XrdCephBuffer | |
is a simple implementation of IXrdCephBufferData using std::vector<char> representation for the buffer | |