Inheritance diagram for XrdClientReadAhead_pureseq:
Public Member Functions | |
XrdClientReadAhead_pureseq () | |
virtual int | GetReadAheadHint (long long offset, long len, long long &raoffset, long &ralen, long blksz) |
virtual int | Reset () |
Protected Attributes | |
long long | RALast |
Definition at line 58 of file XrdClientReadAhead.cc.
XrdClientReadAhead_pureseq::XrdClientReadAhead_pureseq | ( | ) | [inline] |
int XrdClientReadAhead_pureseq::GetReadAheadHint | ( | long long | offset, | |
long | len, | |||
long long & | raoffset, | |||
long & | ralen, | |||
long | blksz | |||
) | [virtual] |
Implements XrdClientReadAheadMgr.
Definition at line 82 of file XrdClientReadAhead.cc.
References RALast, XrdClientReadAheadMgr::RASize, XrdClientReadAheadMgr::TrimReadRequest(), xrdmax, and xrdmin.
virtual int XrdClientReadAhead_pureseq::Reset | ( | void | ) | [inline, virtual] |
Implements XrdClientReadAheadMgr.
Definition at line 71 of file XrdClientReadAhead.cc.
References RALast.
long long XrdClientReadAhead_pureseq::RALast [protected] |
Definition at line 61 of file XrdClientReadAhead.cc.
Referenced by GetReadAheadHint(), Reset(), and XrdClientReadAhead_pureseq().