|
XRootD
|
Plugin factory. More...
#include <XrdClEcHandler.hh>
Inheritance diagram for XrdCl::EcPlugInFactory:
Collaboration diagram for XrdCl::EcPlugInFactory:Public Member Functions | |
| EcPlugInFactory (uint8_t nbdta, uint8_t nbprt, uint64_t chsz, std::vector< std::string > &&plgr) | |
| Constructor. More... | |
| virtual | ~EcPlugInFactory () |
| Destructor. More... | |
| virtual FilePlugIn * | CreateFile (const std::string &u) |
| Create a file plug-in for the given URL. More... | |
| virtual FileSystemPlugIn * | CreateFileSystem (const std::string &url) |
| Create a file system plug-in for the given URL. More... | |
Public Member Functions inherited from XrdCl::PlugInFactory | |
| virtual | ~PlugInFactory () |
| Destructor. More... | |
Plugin factory.
Definition at line 467 of file XrdClEcHandler.hh.
|
inline |
Constructor.
Definition at line 473 of file XrdClEcHandler.hh.
|
inlinevirtual |
|
inlinevirtual |
Create a file plug-in for the given URL.
Implements XrdCl::PlugInFactory.
Definition at line 489 of file XrdClEcHandler.hh.
References XrdCl::URL::GetPath(), and XrdEc::ObjCfg::plgr.
Here is the call graph for this function:
|
inlinevirtual |
Create a file system plug-in for the given URL.
Implements XrdCl::PlugInFactory.
Definition at line 501 of file XrdClEcHandler.hh.