XRootD
AllowDecision Class Reference
+ 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
 

Detailed Description

Definition at line 23 of file XrdPfcAllowDecision.cc.

Member Function Documentation

◆ Decide()

virtual bool AllowDecision::Decide ( std::string &  ,
XrdOss  
) const
inlinevirtual

The simplest example of plugin - always allow the file to be prefetched.

Definition at line 30 of file XrdPfcAllowDecision.cc.

30 {return true; }

The documentation for this class was generated from the following file: