|
XRootD
|
Inheritance diagram for AllowDecision:
Collaboration diagram for AllowDecision:Public Member Functions | |
| virtual bool | Decide (std::string &, XrdOss &) const |
| The simplest example of plugin - always allow the file to be prefetched. More... | |
Public Member Functions inherited from XrdPfc::Decision | |
| virtual | ~Decision () |
| Destructor. More... | |
| virtual bool | ConfigDecision (const char *params) |
| virtual bool | Decide (const std::string &, XrdOss &) const =0 |
Definition at line 23 of file XrdPfcAllowDecision.cc.
|
inlinevirtual |
The simplest example of plugin - always allow the file to be prefetched.
Definition at line 30 of file XrdPfcAllowDecision.cc.