This is the complete list of members for XrdClientReadCache, including all inherited members.
fBlkRemPolicy | XrdClientReadCache | private |
fBytesHit | XrdClientReadCache | private |
fBytesSubmitted | XrdClientReadCache | private |
fBytesUsefulness | XrdClientReadCache | private |
FindBlk(long long begin_offs, long long end_offs) | XrdClientReadCache | |
FindInsertionApprox(long long begin_offs) | XrdClientReadCache | private |
FindInsertionApprox_rec(int startidx, int endidx, long long begin_offs) | XrdClientReadCache | private |
fItems | XrdClientReadCache | private |
fMaxCacheSize | XrdClientReadCache | private |
fMissCount | XrdClientReadCache | private |
fMissRate | XrdClientReadCache | private |
fMutex | XrdClientReadCache | private |
fReadsCounter | XrdClientReadCache | private |
fTimestampTickCounter | XrdClientReadCache | private |
fTotalByteCount | XrdClientReadCache | private |
GetDataIfPresent(const void *buffer, long long begin_offs, long long end_offs, bool PerfCalc, XrdClientIntvList &missingblks, long &outstandingblks) | XrdClientReadCache | |
GetInfo(int &size, long long &bytessubmitted, long long &byteshit, long long &misscount, float &missrate, long long &readreqcnt, float &bytesusefulness) | XrdClientReadCache | |
GetTimestampTick() | XrdClientReadCache | private |
GetTotalByteCount() | XrdClientReadCache | inline |
kRmBlk_FIFO enum value | XrdClientReadCache | |
kRmBlk_LeastOffs enum value | XrdClientReadCache | |
kRmBlk_LRU enum value | XrdClientReadCache | |
MakeFreeSpace(long long bytes) | XrdClientReadCache | private |
PrintCache() | XrdClientReadCache | |
PrintPerfCounters() | XrdClientReadCache | inline |
PutPlaceholder(long long begin_offs, long long end_offs) | XrdClientReadCache | |
RemoveFirstItem() | XrdClientReadCache | private |
RemoveItem() | XrdClientReadCache | private |
RemoveItems(bool leavepinned=true) | XrdClientReadCache | |
RemoveItems(long long begin_offs, long long end_offs, bool remove_overlapped=false) | XrdClientReadCache | |
RemoveLRUItem() | XrdClientReadCache | private |
RemovePlaceholders() | XrdClientReadCache | |
SetBlkRemovalPolicy(int p) | XrdClientReadCache | inline |
SetSize(int sz) | XrdClientReadCache | inline |
SubmitRawData(const void *buffer, long long begin_offs, long long end_offs, bool pinned=false) | XrdClientReadCache | |
SubmitXMessage(XrdClientMessage *xmsg, long long begin_offs, long long end_offs) | XrdClientReadCache | |
UnPinCacheBlk(long long begin_offs, long long end_offs) | XrdClientReadCache | |
UpdatePerfCounters() | XrdClientReadCache | inlineprivate |
WillFit(long long bc) | XrdClientReadCache | inline |
XrdClientReadCache() | XrdClientReadCache | |
~XrdClientReadCache() | XrdClientReadCache | |