|
xrootd
|
#include <XrdPss.hh>


Public Types | |
| enum | PolAct { PolPath = 0, PolObj = 1 } |
Public Member Functions | |
| virtual XrdOssDF * | newDir (const char *tident) |
| virtual XrdOssDF * | newFile (const char *tident) |
| virtual void | Connect (XrdOucEnv &) |
| virtual void | Disc (XrdOucEnv &) |
| int | Chmod (const char *, mode_t mode, XrdOucEnv *eP=0) |
| bool | ConfigMapID () |
| virtual int | Create (const char *, const char *, mode_t, XrdOucEnv &, int opts=0) |
| void | EnvInfo (XrdOucEnv *envP) |
| uint64_t | Features () |
| int | Init (XrdSysLogger *, const char *) |
| int | Lfn2Pfn (const char *Path, char *buff, int blen) |
| const char * | Lfn2Pfn (const char *Path, char *buff, int blen, int &rc) |
| int | Mkdir (const char *, mode_t mode, int mkpath=0, XrdOucEnv *eP=0) |
| int | Remdir (const char *, int Opts=0, XrdOucEnv *eP=0) |
| int | Rename (const char *, const char *, XrdOucEnv *eP1=0, XrdOucEnv *eP2=0) |
| int | Stat (const char *, struct stat *, int opts=0, XrdOucEnv *eP=0) |
| int | Stats (char *bp, int bl) |
| int | Truncate (const char *, unsigned long long, XrdOucEnv *eP=0) |
| int | Unlink (const char *, int Opts=0, XrdOucEnv *eP=0) |
| XrdPssSys () | |
| virtual | ~XrdPssSys () |
Public Member Functions inherited from XrdOss | |
| virtual int | FSctl (int cms, int alen, const char *args, char **resp=0) |
| virtual int | Init (XrdSysLogger *lp, const char *cfn, XrdOucEnv *envP) |
| virtual int | Reloc (const char *tident, const char *path, const char *cgName, const char *anchor=0) |
| virtual int | StatFS (const char *path, char *buff, int &blen, XrdOucEnv *envP=0) |
| virtual int | StatLS (XrdOucEnv &env, const char *path, char *buff, int &blen) |
| virtual int | StatPF (const char *path, struct stat *buff, int opts) |
| virtual int | StatPF (const char *path, struct stat *buff) |
| virtual int | StatVS (XrdOssVSInfo *vsP, const char *sname=0, int updt=0) |
| virtual int | StatXA (const char *path, char *buff, int &blen, XrdOucEnv *envP=0) |
| virtual int | StatXP (const char *path, unsigned long long &attr, XrdOucEnv *envP=0) |
| XrdOss () | |
| Constructor and Destructor. More... | |
| virtual | ~XrdOss () |
Static Public Member Functions | |
| static int | P2DST (int &retc, char *hBuff, int hBlen, PolAct pType, const char *path) |
| static int | P2OUT (char *pbuff, int pblen, XrdPssUrlInfo &uInfo) |
| static int | P2URL (char *pbuff, int pblen, XrdPssUrlInfo &uInfo, bool doN2N=true) |
Static Public Attributes | |
| static const int | PolNum = 2 |
| static const char * | ConfigFN |
| static const char * | myHost |
| static const char * | myName |
| static XrdOucPListAnchor | XPList |
| static XrdNetSecurity * | Police [PolNum] |
| static XrdOucTList * | ManList |
| static const char * | protName |
| static const char * | hdrData |
| static int | hdrLen |
| static int | Streams |
| static int | Workers |
| static int | Trace |
| static int | dcaCTime |
| static bool | xLfn2Pfn |
| static bool | dcaCheck |
| static bool | dcaWorld |
| static bool | deferID |
Static Public Attributes inherited from XrdOss | |
| static const int | PF_dInfo = 0x00000001 |
| static const int | PF_dNums = 0x00000002 |
| static const int | PF_isLFN = 0x00000004 |
Private Member Functions | |
| int | Configure (const char *) |
| int | ConfigProc (const char *ConfigFN) |
| int | ConfigXeq (char *, XrdOucStream &) |
| int | xconf (XrdSysError *Eroute, XrdOucStream &Config) |
| int | xdef (XrdSysError *Eroute, XrdOucStream &Config) |
| int | xdca (XrdSysError *errp, XrdOucStream &Config) |
| int | xexp (XrdSysError *Eroute, XrdOucStream &Config) |
| int | xperm (XrdSysError *errp, XrdOucStream &Config) |
| int | xpers (XrdSysError *errp, XrdOucStream &Config) |
| int | xorig (XrdSysError *errp, XrdOucStream &Config) |
Private Attributes | |
| char * | LocalRoot |
| XrdOucName2Name * | theN2N |
| unsigned long long | DirFlags |
| XrdVersionInfo * | myVersion |
| XrdSecsssID * | idMapper |
| uint64_t | myFeatures |
| enum XrdPssSys::PolAct |
| XrdPssSys::XrdPssSys | ( | ) |
|
inlinevirtual |
|
virtual |
Change file mode settings.
| path | - Pointer to the path of the file in question. |
| mode | - The new file mode setting. |
| envP | - Pointer to environmental information. |
Implements XrdOss.
| bool XrdPssSys::ConfigMapID | ( | ) |
|
private |
|
private |
|
private |
|
virtual |
Notify storage system that a client has connected.
| env | - Reference to environmental information. |
Reimplemented from XrdOss.
|
virtual |
Create file.
| path | - Pointer to the path of the file to create. |
| mode | - The new file mode setting. |
| env | - Reference to environmental information. |
| opts | - Create options: XRDOSS_mkpath - create dir path if it does not exist. XRDOSS_new - the file must not already exist. oflags<<8 - open flags shifted 8 bits to the left/ |
Implements XrdOss.
|
virtual |
Notify storage system that a client has disconnected.
| env | - Reference to environmental information. |
Reimplemented from XrdOss.
|
virtual |
Notify storage system of initialization information (deprecated).
| envP | - Pointer to environmental information. |
Reimplemented from XrdOss.
|
inlinevirtual |
Return storage system features.
Reimplemented from XrdOss.
References myFeatures.
|
virtual |
Initialize the storage system V1 (deprecated).
| lp | - Pointer to the message logging object. |
| cfn | - Pointer to the configuration file. |
Implements XrdOss.
|
virtual |
Translate logical name to physical name V1 (deprecated).
| Path | - Path in whose information is wanted. |
| buff | - Pointer to the buffer to hold the new path. |
| blen | - Length of the buffer. |
Reimplemented from XrdOss.
|
virtual |
Translate logical name to physical name V2.
| Path | - Path in whose information is wanted. |
| buff | - Pointer to the buffer to hold the new path. |
| blen | - Length of the buffer. |
| rc | - Place where failure return code is to be returned: -errno or -osserr (see XrdOssError.hh). |
Reimplemented from XrdOss.
|
virtual |
Create a directory.
| path | - Pointer to the path of the directory to be created. |
| mode | - The directory mode setting. |
| mkpath | - When true the path is created if it does not exist. |
| envP | - Pointer to environmental information. |
Implements XrdOss.
|
inlinevirtual |
|
inlinevirtual |
|
static |
|
static |
|
static |
|
virtual |
Remove a directory.
| path | - Pointer to the path of the directory to be removed. |
| opts | - The processing options: XRDOSS_Online - only remove online copy XRDOSS_isPFN - path is already translated. |
| envP | - Pointer to environmental information. |
Implements XrdOss.
|
virtual |
Rename a file or directory.
| oPath | - Pointer to the path to be renamed. |
| nPath | - Pointer to the path oPath is to have. |
| oEnvP | - Environmental information for oPath. |
| nEnvP | - Environmental information for nPath. |
Implements XrdOss.
|
virtual |
Return state information on a file or directory.
| path | - Pointer to the path in question. |
| buff | - Pointer to the structure where info it to be returned. |
| opts | - Options: XRDOSS_preop - this is a stat prior to open. XRDOSS_resonly - only look for resident files. XRDOSS_updtatm - update file access time. |
| envP | - Pointer to environmental information. |
Implements XrdOss.
|
virtual |
Return statistics.
| buff | - Pointer to the buffer to hold statistics. |
| blen | - Length of the buffer. |
Reimplemented from XrdOss.
|
virtual |
Truncate a file.
| path | - Pointer to the path of the file to be truncated. |
| fsize | - The size that the file is to have. |
| envP | - Pointer to environmental information. |
Implements XrdOss.
|
virtual |
Remove a file.
| path | - Pointer to the path of the file to be removed. |
| opts | - Options: XRDOSS_isMIG - this is a migratable path. XRDOSS_isPFN - do not apply name2name to path. XRDOSS_Online - remove only the online copy. |
| envP | - Pointer to environmental information. |
Implements XrdOss.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
|
static |
|
static |
|
private |
|
private |
|
static |
|
private |
Referenced by Features().
|
static |
|
static |
|
private |
|
static |
|
static |
|
static |
|
static |
|
private |
|
static |
|
static |
|
static |
|
static |